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

Failed to build L10n-swift, reference master (ad6271), with Swift 6.2 (beta) for Linux on 21 Jun 2025 19:24:26 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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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] Copying Info.plist
[0/4] Write sources
[0/4] Copying Plural.stringsdict
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/52] Emitting module L10n_swift
[6/58] Compiling L10n_swift L10n+utils.swift
[7/58] Compiling L10n_swift Locale+utils.swift
[8/58] Compiling L10n_swift NotificationName+L10nLanguageChanged.swift
[9/58] Compiling L10n_swift L10n.swift
[10/58] Compiling L10n_swift Localizable.swift
[11/58] Compiling L10n_swift LocalizedStringsConfiguration.swift
[12/58] Compiling L10n_swift BaseLogger.swift
[13/58] Compiling L10n_swift UISegmentedControl+IBL10n.swift
[14/58] Compiling L10n_swift UITabBarItem+IBL10n.swift
[15/58] Compiling L10n_swift UITextField+IBL10n.swift
[16/58] Compiling L10n_swift UIViewController+IBL10n.swift
[17/58] Compiling L10n_swift UIDatePicker+IBL10n.swift
[18/58] Compiling L10n_swift UINavigationItem+IBL10n.swift
[19/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 |     }
[20/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 |     }
[21/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 |     }
[22/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 |     }
[23/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 |     }
[24/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 |     }
[25/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 |     }
[26/58] Compiling L10n_swift Number+Localizable.swift
[27/58] Compiling L10n_swift String+Localizable.swift
[28/58] Compiling L10n_swift IBL10n.swift
[29/58] Compiling L10n_swift UIBarItem+IBL10n.swift
[30/58] Compiling L10n_swift UIButton+IBL10n.swift
[31/58] Compiling L10n_swift UILabel+IBL10n.swift
[32/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>
[33/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>
[34/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>
[35/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>
[36/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>
[37/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>
[38/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>
[39/58] Compiling L10n_swift UISearchBar+IBL10n.swift
[40/58] Compiling L10n_swift UIButton+IBL10n+focused.swift
[41/58] Compiling L10n_swift WKInterfaceButton+IBL10n.swift
[42/58] Compiling L10n_swift WKInterfaceController+IBL10n.swift
[43/58] Compiling L10n_swift WKInterfaceLabel+IBL10n.swift
[44/58] Compiling L10n_swift resource_bundle_accessor.swift
[45/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>
[46/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>
[47/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>
[48/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>
[49/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>
[50/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>
[51/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>
[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