The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of L10n-swift, reference master (ad6271), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 03:09:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Decybel07/L10n-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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.38s)
Creating working copy for https://github.com/Decybel07/L10n-swift.git
Working copy of https://github.com/Decybel07/L10n-swift.git resolved at master (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.1
Building package at path:  $PWD
https://github.com/Decybel07/L10n-swift.git
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.3.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 Info.plist
[2/4] Copying Plural.stringsdict
[3/4] Write swift-version-2F0A5646E1D333AE.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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let instance = L10n()
18 |         L10n.preferredLanguage = instance.language
<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: add '@MainActor' to make static property 'components' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |         { $0.languageCode },
15 |         { $0.scriptCode },
/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- 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.
[6/58] Compiling L10n_swift AccentedTextDecorator.swift
[7/58] Compiling L10n_swift BoundedTextDecorator.swift
[8/58] Compiling L10n_swift DoubleLengthTextDecorator.swift
[9/58] Compiling L10n_swift RightToLeftTextDecorator.swift
[10/58] Compiling L10n_swift TextDecorator.swift
[11/58] Compiling L10n_swift UIBarItem+IBL10n.swift
[12/58] Compiling L10n_swift UIButton+IBL10n.swift
[13/58] Compiling L10n_swift UILabel+IBL10n.swift
[14/58] Compiling L10n_swift UISegmentedControl+IBL10n.swift
[15/58] Compiling L10n_swift UITabBarItem+IBL10n.swift
[16/58] Compiling L10n_swift UIButton+IBL10n+focused.swift
[17/58] Compiling L10n_swift WKInterfaceButton+IBL10n.swift
[18/58] Compiling L10n_swift WKInterfaceController+IBL10n.swift
[19/58] Compiling L10n_swift WKInterfaceLabel+IBL10n.swift
[20/58] Compiling L10n_swift resource_bundle_accessor.swift
[21/58] Compiling L10n_swift JsonResourceProvider.swift
[22/58] Compiling L10n_swift PlistResourceProvider.swift
[23/58] Compiling L10n_swift ResourceProvider.swift
[24/58] Compiling L10n_swift StringsResourceProvider.swift
[25/58] Compiling L10n_swift StringsdictResourceProvider.swift
[26/58] Compiling L10n_swift Date+Localizable.swift
[27/58] Compiling L10n_swift NSNumber+Localizable.swift
[28/58] Compiling L10n_swift Number+Localizable.swift
[29/58] Compiling L10n_swift String+Localizable.swift
[30/58] Compiling L10n_swift IBL10n.swift
[31/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- 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.
[32/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- 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.
[33/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- 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.
[34/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- 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.
[35/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- 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.
[36/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                       `- 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.
[37/58] Compiling L10n_swift UITextField+IBL10n.swift
[38/58] Compiling L10n_swift UIViewController+IBL10n.swift
[39/58] Compiling L10n_swift UIDatePicker+IBL10n.swift
[40/58] Compiling L10n_swift UINavigationItem+IBL10n.swift
[41/58] Compiling L10n_swift UISearchBar+IBL10n.swift
[42/58] Compiling L10n_swift DictionaryResource.swift
[43/58] Compiling L10n_swift EmptyResource.swift
[44/58] Compiling L10n_swift Resource.swift
[45/58] Compiling L10n_swift StringResource.swift
[46/58] Compiling L10n_swift ResourceContainer.swift
[47/58] Compiling L10n_swift Bundle+utils.swift
[48/58] Compiling L10n_swift L10n+CustomDebugStringConvertible.swift
[49/58] Compiling L10n_swift L10n+CustomStringConvertible.swift
[50/58] Compiling L10n_swift L10n+Equatable.swift
[51/58] Compiling L10n_swift L10n+Localizable.swift
[52/58] Compiling L10n_swift L10n+deprecated.swift
[53/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let instance = L10n()
18 |         L10n.preferredLanguage = instance.language
<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: add '@MainActor' to make static property 'components' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |         { $0.languageCode },
15 |         { $0.scriptCode },
[54/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let instance = L10n()
18 |         L10n.preferredLanguage = instance.language
<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: add '@MainActor' to make static property 'components' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |         { $0.languageCode },
15 |         { $0.scriptCode },
[55/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let instance = L10n()
18 |         L10n.preferredLanguage = instance.language
<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: add '@MainActor' to make static property 'components' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |         { $0.languageCode },
15 |         { $0.scriptCode },
[56/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let instance = L10n()
18 |         L10n.preferredLanguage = instance.language
<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: add '@MainActor' to make static property 'components' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |         { $0.languageCode },
15 |         { $0.scriptCode },
[57/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let instance = L10n()
18 |         L10n.preferredLanguage = instance.language
<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: add '@MainActor' to make static property 'components' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |         { $0.languageCode },
15 |         { $0.scriptCode },
[58/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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let instance = L10n()
18 |         L10n.preferredLanguage = instance.language
<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: add '@MainActor' to make static property 'components' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |         { $0.languageCode },
15 |         { $0.scriptCode },
Build complete! (4.91s)
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.