The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Fakery, reference 5.1.0 (71cb3b), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 13:39:41 UTC.

Swift 6 data race errors: 3

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vadymmarkov/Fakery.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vadymmarkov/Fakery
 * tag               5.1.0      -> FETCH_HEAD
HEAD is now at 71cb3bf Update Fakery.podspec
Cloned https://github.com/vadymmarkov/Fakery.git
Revision (git rev-parse @):
71cb3bf36a808534659d1248780c2bf3c4c4fc91
SUCCESS checkout https://github.com/vadymmarkov/Fakery.git at 5.1.0
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14723] Fetching quick
[1179/33941] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.45s)
[2651/14723] Fetching quick
Fetched https://github.com/Quick/Quick.git from cache (5.75s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.69s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[13/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.03s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.63s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.63s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.81s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.64s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.0.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
========================================
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": "fakery",
      "name": "Fakery",
      "url": "https://github.com/vadymmarkov/Fakery.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fakery",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vadymmarkov/Fakery.git
[1/3293] Fetching fakery
Fetched https://github.com/vadymmarkov/Fakery.git from cache (1.16s)
Creating working copy for https://github.com/vadymmarkov/Fakery.git
Working copy of https://github.com/vadymmarkov/Fakery.git resolved at 5.1.0 (71cb3bf)
warning: '.resolve-product-dependencies': dependency 'fakery' 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/vadymmarkov/Fakery.git
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
Building for debugging...
[0/29] Copying fa.json
[0/29] Copying es.json
[2/29] Copying en.json
[2/29] Copying en-IND.json
[2/29] Copying en-GB.json
[2/29] Copying en-US.json
[6/29] Copying zh-TW.json
[6/29] Copying uk.json
[6/29] Copying zh-CN.json
[6/29] Copying en-TEST.json
[6/29] Copying sk.json
[7/29] Copying sv.json
[12/29] Copying tr-TR.json
[13/29] Copying en-AU.json
[13/29] Copying pl.json
[15/29] Copying ja.json
[16/29] Copying pt-BR.json
[16/29] Copying en-CA.json
[16/29] Copying nl.json
[16/29] Copying fr.json
[16/29] Copying ko.json
[20/29] Copying ru.json
[21/29] Copying de-CH.json
[23/29] Write sources
[23/29] Copying de-AT.json
[25/29] Copying it.json
[25/29] Copying de.json
[25/29] Copying nb-NO.json
[28/29] Write swift-version--7754E27361AE5C74.txt
[30/57] Emitting module Fakery
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:4:21: warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |   public static let defaultLocale: String = "en"
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
  |                     |- warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirPath' 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
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:5:21: warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
  |                     |- warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirFrameworkPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirFrameworkPath' 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
6 |   public static var dirResourcePath: String = ""
7 | }
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:6:21: warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
  |                     |- warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirResourcePath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirResourcePath' 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
7 | }
8 |
[31/60] Compiling Fakery Gender.swift
[32/60] Compiling Fakery Generator.swift
[33/60] Compiling Fakery Ham.swift
[34/60] Compiling Fakery Hobbit.swift
[35/60] Compiling Fakery House.swift
[36/60] Compiling Fakery Internet.swift
[37/60] Compiling Fakery PhoneNumber.swift
[38/60] Compiling Fakery ProgrammingLanguage.swift
[39/60] Compiling Fakery Team.swift
[40/60] Compiling Fakery Vehicle.swift
[41/60] Compiling Fakery Zelda.swift
[42/60] Compiling Fakery resource_bundle_accessor.swift
[43/60] Compiling Fakery Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:4:21: warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |   public static let defaultLocale: String = "en"
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
  |                     |- warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirPath' 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
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:5:21: warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
  |                     |- warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirFrameworkPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirFrameworkPath' 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
6 |   public static var dirResourcePath: String = ""
7 | }
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:6:21: warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
  |                     |- warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirResourcePath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirResourcePath' 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
7 | }
8 |
[44/60] Compiling Fakery Parser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:4:21: warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |   public static let defaultLocale: String = "en"
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
  |                     |- warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirPath' 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
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:5:21: warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
  |                     |- warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirFrameworkPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirFrameworkPath' 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
6 |   public static var dirResourcePath: String = ""
7 | }
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:6:21: warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
  |                     |- warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirResourcePath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirResourcePath' 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
7 | }
8 |
[45/60] Compiling Fakery Provider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:4:21: warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |   public static let defaultLocale: String = "en"
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
  |                     |- warning: static property 'dirPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirPath' 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
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:5:21: warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |   public static let pathExtension: String = "json"
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
  |                     |- warning: static property 'dirFrameworkPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirFrameworkPath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirFrameworkPath' 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
6 |   public static var dirResourcePath: String = ""
7 | }
/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Config.swift:6:21: warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |   public static var dirPath: String = "Resources/Locales"
5 |   public static var dirFrameworkPath: String = ""
6 |   public static var dirResourcePath: String = ""
  |                     |- warning: static property 'dirResourcePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                     |- note: convert 'dirResourcePath' to a 'let' constant to make 'Sendable' shared state immutable
  |                     |- note: annotate 'dirResourcePath' 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
7 | }
8 |
[46/60] Compiling Fakery ArrayExtension.swift
[47/60] Compiling Fakery StringExtensions.swift
[48/60] Compiling Fakery Faker.swift
[49/60] Compiling Fakery Commerce.swift
[50/60] Compiling Fakery Company.swift
[51/60] Compiling Fakery Date.swift
[52/60] Compiling Fakery Business.swift
[53/60] Compiling Fakery Car.swift
[54/60] Compiling Fakery Cat.swift
[55/60] Compiling Fakery Lorem.swift
[56/60] Compiling Fakery Name.swift
[57/60] Compiling Fakery Number.swift
[58/60] Compiling Fakery Address.swift
[59/60] Compiling Fakery App.swift
[60/60] Compiling Fakery Bank.swift
Build complete! (19.91s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Fakery",
  "name" : "Fakery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Fakery",
      "targets" : [
        "Fakery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FakeryTests",
      "module_type" : "SwiftTarget",
      "name" : "FakeryTests",
      "path" : "Tests/Fakery",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "ConfigSpec.swift",
        "Data/ParserSpec.swift",
        "Data/ProviderSpec.swift",
        "FakerSpec.swift",
        "Generators/AddressSpec.swift",
        "Generators/AppSpec.swift",
        "Generators/BankSpec.swift",
        "Generators/BusinessSpec.swift",
        "Generators/CarSpec.swift",
        "Generators/CatSpec.swift",
        "Generators/CommerceSpec.swift",
        "Generators/CompanySpec.swift",
        "Generators/DateSpec.swift",
        "Generators/GenderSpec.swift",
        "Generators/GeneratorSpec.swift",
        "Generators/HamSpec.swift",
        "Generators/HobbitSpec.swift",
        "Generators/HouseSpec.swift",
        "Generators/InternetSpec.swift",
        "Generators/LoremSpec.swift",
        "Generators/NameSpec.swift",
        "Generators/NumberSpec.swift",
        "Generators/PhoneNumberSpec.swift",
        "Generators/ProgrammingLanguageSpec.swift",
        "Generators/TeamSpec.swift",
        "Generators/VehicleSpec.swift",
        "Generators/ZeldaSpec.swift"
      ],
      "target_dependencies" : [
        "Fakery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Fakery",
      "module_type" : "SwiftTarget",
      "name" : "Fakery",
      "path" : "Sources/Fakery",
      "product_memberships" : [
        "Fakery"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/de-AT.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/de-CH.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/de.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en-AU.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en-CA.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en-GB.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en-IND.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en-TEST.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en-US.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/es.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/fa.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/fr.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/it.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/ja.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/ko.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/nb-NO.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/nl.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/pl.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/pt-BR.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/ru.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/sk.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/sv.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/tr-TR.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/uk.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/zh-CN.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/zh-TW.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Config.swift",
        "Data/Parser.swift",
        "Data/Provider.swift",
        "Extensions/ArrayExtension.swift",
        "Extensions/StringExtensions.swift",
        "Faker.swift",
        "Generators/Address.swift",
        "Generators/App.swift",
        "Generators/Bank.swift",
        "Generators/Business.swift",
        "Generators/Car.swift",
        "Generators/Cat.swift",
        "Generators/Commerce.swift",
        "Generators/Company.swift",
        "Generators/Date.swift",
        "Generators/Gender.swift",
        "Generators/Generator.swift",
        "Generators/Ham.swift",
        "Generators/Hobbit.swift",
        "Generators/House.swift",
        "Generators/Internet.swift",
        "Generators/Lorem.swift",
        "Generators/Name.swift",
        "Generators/Number.swift",
        "Generators/PhoneNumber.swift",
        "Generators/ProgrammingLanguage.swift",
        "Generators/Team.swift",
        "Generators/Vehicle.swift",
        "Generators/Zelda.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.