Build Information
Failed to build L10n-swift, reference 5.10.3 (ad6271), with Swift 6.3 for Wasm on 20 Apr 2026 23:01:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Decybel07/L10n-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/4] Copying Info.plist
[0/4] Copying Plural.stringsdict
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/52] Emitting module L10n_swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
[6/58] Compiling L10n_swift UISegmentedControl+IBL10n.swift
[7/58] Compiling L10n_swift UITabBarItem+IBL10n.swift
[8/58] Compiling L10n_swift UITextField+IBL10n.swift
[9/58] Compiling L10n_swift UIViewController+IBL10n.swift
[10/58] Compiling L10n_swift UIDatePicker+IBL10n.swift
[11/58] Compiling L10n_swift UINavigationItem+IBL10n.swift
[12/58] Compiling L10n_swift Logger.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:45: error: argument passed to call that takes no arguments
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- error: argument passed to call that takes no arguments
32 | }
33 | }
[13/58] Compiling L10n_swift NumericPluralArg.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:45: error: argument passed to call that takes no arguments
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- error: argument passed to call that takes no arguments
32 | }
33 | }
[14/58] Compiling L10n_swift Plural.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:45: error: argument passed to call that takes no arguments
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- error: argument passed to call that takes no arguments
32 | }
33 | }
[15/58] Compiling L10n_swift PluralArg.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:45: error: argument passed to call that takes no arguments
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- error: argument passed to call that takes no arguments
32 | }
33 | }
[16/58] Compiling L10n_swift JsonResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:45: error: argument passed to call that takes no arguments
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- error: argument passed to call that takes no arguments
32 | }
33 | }
[17/58] Compiling L10n_swift PlistResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:45: error: argument passed to call that takes no arguments
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- error: argument passed to call that takes no arguments
32 | }
33 | }
[18/58] Compiling L10n_swift ResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/ResourceProvider.swift:31:45: error: argument passed to call that takes no arguments
29 |
30 | func load(file path: String) -> [String: Any] {
31 | return NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:]
| `- error: argument passed to call that takes no arguments
32 | }
33 | }
[19/58] Compiling L10n_swift StringsResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:56: error: argument passed to call that takes no arguments
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- error: argument passed to call that takes no arguments
19 | }
20 |
[20/58] Compiling L10n_swift StringsdictResourceProvider.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:56: error: argument passed to call that takes no arguments
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- error: argument passed to call that takes no arguments
19 | }
20 |
[21/58] Compiling L10n_swift DictionaryResource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:56: error: argument passed to call that takes no arguments
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- error: argument passed to call that takes no arguments
19 | }
20 |
[22/58] Compiling L10n_swift EmptyResource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:56: error: argument passed to call that takes no arguments
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- error: argument passed to call that takes no arguments
19 | }
20 |
[23/58] Compiling L10n_swift Resource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:56: error: argument passed to call that takes no arguments
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- error: argument passed to call that takes no arguments
19 | }
20 |
[24/58] Compiling L10n_swift StringResource.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:56: error: argument passed to call that takes no arguments
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- error: argument passed to call that takes no arguments
19 | }
20 |
[25/58] Compiling L10n_swift ResourceContainer.swift
/host/spi-builder-workspace/Source/Core/Resource/Provider/StringsdictResourceProvider.swift:18:56: error: argument passed to call that takes no arguments
16 |
17 | func load(file path: String) -> [String: Any] {
18 | return self.clean(NSDictionary(contentsOfFile: path) as? [String: Any] ?? [:])
| `- error: argument passed to call that takes no arguments
19 | }
20 |
[26/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 | }
[27/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 | }
[28/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 | }
[29/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 | }
[30/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 | }
[31/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 | }
[32/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 | }
[33/58] Compiling L10n_swift UISearchBar+IBL10n.swift
[34/58] Compiling L10n_swift UIButton+IBL10n+focused.swift
[35/58] Compiling L10n_swift WKInterfaceButton+IBL10n.swift
[36/58] Compiling L10n_swift WKInterfaceController+IBL10n.swift
[37/58] Compiling L10n_swift WKInterfaceLabel+IBL10n.swift
[38/58] Compiling L10n_swift resource_bundle_accessor.swift
[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 Bundle+utils.swift
[46/58] Compiling L10n_swift L10n+CustomDebugStringConvertible.swift
[47/58] Compiling L10n_swift L10n+CustomStringConvertible.swift
[48/58] Compiling L10n_swift L10n+Equatable.swift
[49/58] Compiling L10n_swift L10n+Localizable.swift
[50/58] Compiling L10n_swift L10n+deprecated.swift
[51/58] Compiling L10n_swift L10n+static.swift
[52/58] Compiling L10n_swift L10n+utils.swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
[53/58] Compiling L10n_swift Locale+utils.swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
[54/58] Compiling L10n_swift NotificationName+L10nLanguageChanged.swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
[55/58] Compiling L10n_swift L10n.swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
[56/58] Compiling L10n_swift Localizable.swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
[57/58] Compiling L10n_swift LocalizedStringsConfiguration.swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
[58/58] Compiling L10n_swift BaseLogger.swift
/host/spi-builder-workspace/Source/Core/L10n.swift:72:101: error: extra argument 'userInfo' in call
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: extra argument 'userInfo' in call
73 | "sender": self,
74 | "oldValue": oldValue,
/host/spi-builder-workspace/Source/Core/L10n.swift:72:56: error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
70 | L10n.preferredLanguage = self.languageCode
71 | }
72 | NotificationCenter.default.post(name: .L10nLanguageChanged, object: self, userInfo: [
| `- error: reference to member 'L10nLanguageChanged' cannot be resolved without a contextual type
73 | "sender": self,
74 | "oldValue": oldValue,
BUILD FAILURE 6.3 wasm