Build Information
Successful build of L10n-swift, reference 5.10.3 (ad6271
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 09:19:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Decybel07/L10n-swift.git
Reference: 5.10.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "l10n-swift",
"name": "L10n-swift",
"url": "https://github.com/Decybel07/L10n-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/L10n-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/Decybel07/L10n-swift.git
[1/2249] Fetching l10n-swift
Fetched https://github.com/Decybel07/L10n-swift.git from cache (1.45s)
Creating working copy for https://github.com/Decybel07/L10n-swift.git
Working copy of https://github.com/Decybel07/L10n-swift.git resolved at 5.10.3 (ad62717)
warning: '.resolve-product-dependencies': dependency 'l10n-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Decybel07/L10n-swift.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "L10n-swift",
"name" : "L10n-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "L10n-swift",
"targets" : [
"L10n-swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "L10n_swift",
"module_type" : "SwiftTarget",
"name" : "L10n-swift",
"path" : "Source",
"product_memberships" : [
"L10n-swift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/Core/Plural/Plural.stringsdict",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/Extensions/Bundle+utils.swift",
"Core/Extensions/L10n+CustomDebugStringConvertible.swift",
"Core/Extensions/L10n+CustomStringConvertible.swift",
"Core/Extensions/L10n+Equatable.swift",
"Core/Extensions/L10n+Localizable.swift",
"Core/Extensions/L10n+deprecated.swift",
"Core/Extensions/L10n+static.swift",
"Core/Extensions/L10n+utils.swift",
"Core/Extensions/Locale+utils.swift",
"Core/Extensions/NotificationName+L10nLanguageChanged.swift",
"Core/L10n.swift",
"Core/Localizable.swift",
"Core/LocalizedStringsConfiguration.swift",
"Core/Logger/BaseLogger.swift",
"Core/Logger/Logger.swift",
"Core/Plural/NumericPluralArg.swift",
"Core/Plural/Plural.swift",
"Core/Plural/PluralArg.swift",
"Core/Resource/Provider/JsonResourceProvider.swift",
"Core/Resource/Provider/PlistResourceProvider.swift",
"Core/Resource/Provider/ResourceProvider.swift",
"Core/Resource/Provider/StringsResourceProvider.swift",
"Core/Resource/Provider/StringsdictResourceProvider.swift",
"Core/Resource/Resource/DictionaryResource.swift",
"Core/Resource/Resource/EmptyResource.swift",
"Core/Resource/Resource/Resource.swift",
"Core/Resource/Resource/StringResource.swift",
"Core/Resource/ResourceContainer.swift",
"Core/TextDecorator/AccentedTextDecorator.swift",
"Core/TextDecorator/BoundedTextDecorator.swift",
"Core/TextDecorator/DoubleLengthTextDecorator.swift",
"Core/TextDecorator/RightToLeftTextDecorator.swift",
"Core/TextDecorator/TextDecorator.swift",
"Extensions/Date+Localizable.swift",
"Extensions/NSNumber+Localizable.swift",
"Extensions/Number+Localizable.swift",
"Extensions/String+Localizable.swift",
"IBInspectables/Core/IBL10n.swift",
"IBInspectables/UIKit/Common/UIBarItem+IBL10n.swift",
"IBInspectables/UIKit/Common/UIButton+IBL10n.swift",
"IBInspectables/UIKit/Common/UILabel+IBL10n.swift",
"IBInspectables/UIKit/Common/UISegmentedControl+IBL10n.swift",
"IBInspectables/UIKit/Common/UITabBarItem+IBL10n.swift",
"IBInspectables/UIKit/Common/UITextField+IBL10n.swift",
"IBInspectables/UIKit/Common/UIViewController+IBL10n.swift",
"IBInspectables/UIKit/iOS/UIDatePicker+IBL10n.swift",
"IBInspectables/UIKit/iOS/UINavigationItem+IBL10n.swift",
"IBInspectables/UIKit/iOS/UISearchBar+IBL10n.swift",
"IBInspectables/UIKit/tvOS/UIButton+IBL10n+focused.swift",
"IBInspectables/WatchKit/WKInterfaceButton+IBL10n.swift",
"IBInspectables/WatchKit/WKInterfaceController+IBL10n.swift",
"IBInspectables/WatchKit/WKInterfaceLabel+IBL10n.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[1/4] Copying Plural.stringsdict
[2/4] Copying Info.plist
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/53] Emitting module L10n_swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/Locale+utils.swift:13:24: warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal extension Locale {
12 |
13 | private static let components: [(Locale) -> String?] = [
| |- warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'components' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | { $0.languageCode },
15 | { $0.scriptCode },
[6/58] Compiling L10n_swift UIButton+IBL10n+focused.swift
[7/58] Compiling L10n_swift WKInterfaceButton+IBL10n.swift
[8/58] Compiling L10n_swift WKInterfaceController+IBL10n.swift
[9/58] Compiling L10n_swift WKInterfaceLabel+IBL10n.swift
[10/58] Compiling L10n_swift resource_bundle_accessor.swift
[11/58] Compiling L10n_swift DictionaryResource.swift
[12/58] Compiling L10n_swift EmptyResource.swift
[13/58] Compiling L10n_swift Resource.swift
[14/58] Compiling L10n_swift StringResource.swift
[15/58] Compiling L10n_swift ResourceContainer.swift
[16/58] Compiling L10n_swift UITextField+IBL10n.swift
[17/58] Compiling L10n_swift UIViewController+IBL10n.swift
[18/58] Compiling L10n_swift UIDatePicker+IBL10n.swift
[19/58] Compiling L10n_swift UINavigationItem+IBL10n.swift
[20/58] Compiling L10n_swift UISearchBar+IBL10n.swift
[21/58] Compiling L10n_swift Bundle+utils.swift
[22/58] Compiling L10n_swift L10n+CustomDebugStringConvertible.swift
[23/58] Compiling L10n_swift L10n+CustomStringConvertible.swift
[24/58] Compiling L10n_swift L10n+Equatable.swift
[25/58] Compiling L10n_swift L10n+Localizable.swift
[26/58] Compiling L10n_swift L10n+deprecated.swift
[27/58] Compiling L10n_swift UIBarItem+IBL10n.swift
[28/58] Compiling L10n_swift UIButton+IBL10n.swift
[29/58] Compiling L10n_swift UILabel+IBL10n.swift
[30/58] Compiling L10n_swift UISegmentedControl+IBL10n.swift
[31/58] Compiling L10n_swift UITabBarItem+IBL10n.swift
[32/58] Compiling L10n_swift JsonResourceProvider.swift
[33/58] Compiling L10n_swift PlistResourceProvider.swift
[34/58] Compiling L10n_swift ResourceProvider.swift
[35/58] Compiling L10n_swift StringsResourceProvider.swift
[36/58] Compiling L10n_swift StringsdictResourceProvider.swift
[37/58] Compiling L10n_swift L10n+static.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/Locale+utils.swift:13:24: warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal extension Locale {
12 |
13 | private static let components: [(Locale) -> String?] = [
| |- warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'components' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | { $0.languageCode },
15 | { $0.scriptCode },
[38/58] Compiling L10n_swift L10n+utils.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/Locale+utils.swift:13:24: warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal extension Locale {
12 |
13 | private static let components: [(Locale) -> String?] = [
| |- warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'components' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | { $0.languageCode },
15 | { $0.scriptCode },
[39/58] Compiling L10n_swift Locale+utils.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/Locale+utils.swift:13:24: warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal extension Locale {
12 |
13 | private static let components: [(Locale) -> String?] = [
| |- warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'components' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | { $0.languageCode },
15 | { $0.scriptCode },
[40/58] Compiling L10n_swift NotificationName+L10nLanguageChanged.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/Locale+utils.swift:13:24: warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal extension Locale {
12 |
13 | private static let components: [(Locale) -> String?] = [
| |- warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'components' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | { $0.languageCode },
15 | { $0.scriptCode },
[41/58] Compiling L10n_swift L10n.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/Locale+utils.swift:13:24: warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal extension Locale {
12 |
13 | private static let components: [(Locale) -> String?] = [
| |- warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'components' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | { $0.languageCode },
15 | { $0.scriptCode },
[42/58] Compiling L10n_swift Localizable.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/Locale+utils.swift:13:24: warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal extension Locale {
12 |
13 | private static let components: [(Locale) -> String?] = [
| |- warning: static property 'components' is not concurrency-safe because non-'Sendable' type '[(Locale) -> String?]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'components' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | { $0.languageCode },
15 | { $0.scriptCode },
[43/58] Compiling L10n_swift AccentedTextDecorator.swift
[44/58] Compiling L10n_swift BoundedTextDecorator.swift
[45/58] Compiling L10n_swift DoubleLengthTextDecorator.swift
[46/58] Compiling L10n_swift RightToLeftTextDecorator.swift
[47/58] Compiling L10n_swift TextDecorator.swift
[48/58] Compiling L10n_swift Date+Localizable.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[49/58] Compiling L10n_swift NSNumber+Localizable.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[50/58] Compiling L10n_swift Number+Localizable.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[51/58] Compiling L10n_swift String+Localizable.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[52/58] Compiling L10n_swift IBL10n.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[53/58] Compiling L10n_swift LocalizedStringsConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[54/58] Compiling L10n_swift BaseLogger.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[55/58] Compiling L10n_swift Logger.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[56/58] Compiling L10n_swift NumericPluralArg.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[57/58] Compiling L10n_swift Plural.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
[58/58] Compiling L10n_swift PluralArg.swift
/Users/admin/builder/spi-builder-workspace/Source/Core/LocalizedStringsConfiguration.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// Struct LocalizedStringsConfiguration used to modification of output.
12 | public struct LocalizedStringsConfiguration: TextDecorator {
| `- note: consider making struct 'LocalizedStringsConfiguration' conform to the 'Sendable' protocol
13 |
14 | /// A shared instance of `L10n`.
15 | public static let shared: LocalizedStringsConfiguration = .init(userDefaults: .standard)
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LocalizedStringsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// A Boolean value indicating whether a text shouldn't be localized. If `true`, the localization key will be returned as text.
/Users/admin/builder/spi-builder-workspace/Source/Core/Extensions/L10n+static.swift:16:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | ///
15 | /// This instance is used in extensions
16 | static var shared: L10n = {
| |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | let instance = L10n()
18 | L10n.preferredLanguage = instance.language
Build complete! (13.36s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "L10n-swift",
"name" : "L10n-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "L10n-swift",
"targets" : [
"L10n-swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "L10n_swift",
"module_type" : "SwiftTarget",
"name" : "L10n-swift",
"path" : "Source",
"product_memberships" : [
"L10n-swift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/Core/Plural/Plural.stringsdict",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/Extensions/Bundle+utils.swift",
"Core/Extensions/L10n+CustomDebugStringConvertible.swift",
"Core/Extensions/L10n+CustomStringConvertible.swift",
"Core/Extensions/L10n+Equatable.swift",
"Core/Extensions/L10n+Localizable.swift",
"Core/Extensions/L10n+deprecated.swift",
"Core/Extensions/L10n+static.swift",
"Core/Extensions/L10n+utils.swift",
"Core/Extensions/Locale+utils.swift",
"Core/Extensions/NotificationName+L10nLanguageChanged.swift",
"Core/L10n.swift",
"Core/Localizable.swift",
"Core/LocalizedStringsConfiguration.swift",
"Core/Logger/BaseLogger.swift",
"Core/Logger/Logger.swift",
"Core/Plural/NumericPluralArg.swift",
"Core/Plural/Plural.swift",
"Core/Plural/PluralArg.swift",
"Core/Resource/Provider/JsonResourceProvider.swift",
"Core/Resource/Provider/PlistResourceProvider.swift",
"Core/Resource/Provider/ResourceProvider.swift",
"Core/Resource/Provider/StringsResourceProvider.swift",
"Core/Resource/Provider/StringsdictResourceProvider.swift",
"Core/Resource/Resource/DictionaryResource.swift",
"Core/Resource/Resource/EmptyResource.swift",
"Core/Resource/Resource/Resource.swift",
"Core/Resource/Resource/StringResource.swift",
"Core/Resource/ResourceContainer.swift",
"Core/TextDecorator/AccentedTextDecorator.swift",
"Core/TextDecorator/BoundedTextDecorator.swift",
"Core/TextDecorator/DoubleLengthTextDecorator.swift",
"Core/TextDecorator/RightToLeftTextDecorator.swift",
"Core/TextDecorator/TextDecorator.swift",
"Extensions/Date+Localizable.swift",
"Extensions/NSNumber+Localizable.swift",
"Extensions/Number+Localizable.swift",
"Extensions/String+Localizable.swift",
"IBInspectables/Core/IBL10n.swift",
"IBInspectables/UIKit/Common/UIBarItem+IBL10n.swift",
"IBInspectables/UIKit/Common/UIButton+IBL10n.swift",
"IBInspectables/UIKit/Common/UILabel+IBL10n.swift",
"IBInspectables/UIKit/Common/UISegmentedControl+IBL10n.swift",
"IBInspectables/UIKit/Common/UITabBarItem+IBL10n.swift",
"IBInspectables/UIKit/Common/UITextField+IBL10n.swift",
"IBInspectables/UIKit/Common/UIViewController+IBL10n.swift",
"IBInspectables/UIKit/iOS/UIDatePicker+IBL10n.swift",
"IBInspectables/UIKit/iOS/UINavigationItem+IBL10n.swift",
"IBInspectables/UIKit/iOS/UISearchBar+IBL10n.swift",
"IBInspectables/UIKit/tvOS/UIButton+IBL10n+focused.swift",
"IBInspectables/WatchKit/WKInterfaceButton+IBL10n.swift",
"IBInspectables/WatchKit/WKInterfaceController+IBL10n.swift",
"IBInspectables/WatchKit/WKInterfaceLabel+IBL10n.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.