Build Information
Failed to build L10n-swift, reference 5.10.3 (ad6271
), with Swift 6.2 (beta) for Linux on 21 Jun 2025 19:23:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Decybel07/L10n-swift.git
Reference: 5.10.3
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/Decybel07/L10n-swift
* tag 5.10.3 -> FETCH_HEAD
HEAD is now at ad62717 Update changelog
Cloned https://github.com/Decybel07/L10n-swift.git
Revision (git rev-parse @):
ad62717311be1eb4571d0025902a0043fdaf5a33
SUCCESS checkout https://github.com/Decybel07/L10n-swift.git at 5.10.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Decybel07/L10n-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/4] Write sources
[1/4] Copying Plural.stringsdict
[2/4] Copying Info.plist
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/52] Compiling L10n_swift UISegmentedControl+IBL10n.swift
[6/52] Compiling L10n_swift UITabBarItem+IBL10n.swift
[7/52] Compiling L10n_swift UITextField+IBL10n.swift
[8/52] Compiling L10n_swift UIViewController+IBL10n.swift
[9/52] Compiling L10n_swift UIDatePicker+IBL10n.swift
[10/52] Compiling L10n_swift UINavigationItem+IBL10n.swift
[11/58] Compiling L10n_swift L10n+utils.swift
[12/58] Compiling L10n_swift Locale+utils.swift
[13/58] Compiling L10n_swift NotificationName+L10nLanguageChanged.swift
[14/58] Compiling L10n_swift L10n.swift
[15/58] Compiling L10n_swift Localizable.swift
[16/58] Compiling L10n_swift LocalizedStringsConfiguration.swift
[17/58] Compiling L10n_swift BaseLogger.swift
[18/58] Compiling L10n_swift StringsResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:27: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
19 | }
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/58] Compiling L10n_swift StringsdictResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:27: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
19 | }
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/58] Compiling L10n_swift DictionaryResource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:27: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
19 | }
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[21/58] Compiling L10n_swift EmptyResource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:27: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
19 | }
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[22/58] Compiling L10n_swift Resource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:27: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
19 | }
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/58] Compiling L10n_swift StringResource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:27: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
19 | }
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/58] Compiling L10n_swift ResourceContainer.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:27: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
19 | }
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/58] Compiling L10n_swift Logger.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:16: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
32 | }
33 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/58] Compiling L10n_swift NumericPluralArg.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:16: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
32 | }
33 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/58] Compiling L10n_swift Plural.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:16: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
32 | }
33 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/58] Compiling L10n_swift PluralArg.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:16: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
32 | }
33 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/58] Compiling L10n_swift JsonResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:16: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
32 | }
33 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/58] Compiling L10n_swift PlistResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:16: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
32 | }
33 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/58] Compiling L10n_swift ResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:16: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
32 | }
33 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/58] Compiling L10n_swift AccentedTextDecorator.swift
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:23: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:74: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:23: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:74: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:23: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:74: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
[33/58] Compiling L10n_swift BoundedTextDecorator.swift
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:23: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:74: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:23: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:74: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:23: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:74: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
[34/58] Compiling L10n_swift DoubleLengthTextDecorator.swift
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:23: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:74: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:23: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:74: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:23: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:74: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
[35/58] Compiling L10n_swift RightToLeftTextDecorator.swift
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:23: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:74: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:23: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:74: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:23: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:74: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
[36/58] Compiling L10n_swift TextDecorator.swift
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:23: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:74: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:23: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:74: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:23: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:74: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
[37/58] Compiling L10n_swift Date+Localizable.swift
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:23: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:74: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:23: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:74: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:23: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:74: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
[38/58] Compiling L10n_swift NSNumber+Localizable.swift
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:23: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:66:74: error: value of type 'DateFormatter' has no member 'formattingContext'
64 | formatter.dateStyle = dateStyle
65 | formatter.timeStyle = timeStyle
66 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
67 | }
68 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:23: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:80:74: error: value of type 'DateFormatter' has no member 'formattingContext'
78 | return self.l10n(instance) { formatter in
79 | formatter.dateFormat = DateFormatter.dateFormat(fromTemplate: template, options: 0, locale: instance.locale)
80 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
81 | }
82 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:23: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
/host/spi-builder-workspace/Source/Extensions/Date+Localizable.swift:94:74: error: value of type 'DateFormatter' has no member 'formattingContext'
92 | return self.l10n(instance) { formatter in
93 | formatter.dateFormat = format
94 | formatter.formattingContext = formattingContext ?? formatter.formattingContext
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
95 | }
96 | }
[39/58] Compiling L10n_swift Number+Localizable.swift
[40/58] Compiling L10n_swift String+Localizable.swift
[41/58] Compiling L10n_swift IBL10n.swift
[42/58] Compiling L10n_swift UIBarItem+IBL10n.swift
[43/58] Compiling L10n_swift UIButton+IBL10n.swift
[44/58] Compiling L10n_swift UILabel+IBL10n.swift
[45/58] Compiling L10n_swift UISearchBar+IBL10n.swift
[46/58] Compiling L10n_swift UIButton+IBL10n+focused.swift
[47/58] Compiling L10n_swift WKInterfaceButton+IBL10n.swift
[48/58] Compiling L10n_swift WKInterfaceController+IBL10n.swift
[49/58] Compiling L10n_swift WKInterfaceLabel+IBL10n.swift
[50/58] Compiling L10n_swift resource_bundle_accessor.swift
[51/58] Emitting module L10n_swift
[52/58] Compiling L10n_swift Bundle+utils.swift
[53/58] Compiling L10n_swift L10n+CustomDebugStringConvertible.swift
[54/58] Compiling L10n_swift L10n+CustomStringConvertible.swift
[55/58] Compiling L10n_swift L10n+Equatable.swift
[56/58] Compiling L10n_swift L10n+Localizable.swift
[57/58] Compiling L10n_swift L10n+deprecated.swift
[58/58] Compiling L10n_swift L10n+static.swift
BUILD FAILURE 6.2 linux