Build Information
Successful build of Fakery with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vadymmarkov/Fakery.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vadymmarkov/Fakery
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f68f2ce Merge pull request #154 from dimonker/master
Cloned https://github.com/vadymmarkov/Fakery.git
Revision (git rev-parse @):
f68f2ceaaf6782db234e4cbcd5f06dbeeb91af7e
SUCCESS checkout https://github.com/vadymmarkov/Fakery.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/vadymmarkov/Fakery.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/29] Copying en-AU.json
[0/29] Copying de-CH.json
[0/29] Copying tr-TR.json
[0/29] Copying en-CA.json
[0/29] Copying zh-CN.json
[0/29] Copying uk.json
[0/29] Copying de-AT.json
[0/29] Copying de.json
[8/29] Copying zh-TW.json
[8/29] Copying sk.json
[8/29] Copying sv.json
[11/29] Copying ru.json
[11/29] Copying pl.json
[11/29] Copying pt-BR.json
[11/29] Copying nl.json
[11/29] Copying ko.json
[13/29] Copying ja.json
[17/29] Copying nb-NO.json
[17/29] Copying it.json
[17/29] Copying en.json
[17/29] Copying fr.json
[18/29] Write sources
[21/29] Copying fa.json
[23/29] Copying es.json
[23/29] Copying en-IND.json
[23/29] Copying en-TEST.json
[23/29] Copying en-GB.json
[27/29] Copying en-US.json
[28/29] Write swift-version-6F35C1178C84523A.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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 Commerce.swift
[32/60] Compiling Fakery Company.swift
[33/60] Compiling Fakery Date.swift
[34/60] Compiling Fakery Gender.swift
[35/60] Compiling Fakery Generator.swift
[36/60] Compiling Fakery Ham.swift
[37/60] Compiling Fakery Hobbit.swift
[38/60] Compiling Fakery House.swift
[39/60] Compiling Fakery Internet.swift
[40/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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 |
[41/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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 |
[42/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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 non-isolated 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 |
[43/60] Compiling Fakery Vehicle.swift
[44/60] Compiling Fakery Zelda.swift
[45/60] Compiling Fakery resource_bundle_accessor.swift
[46/60] Compiling Fakery Lorem.swift
[47/60] Compiling Fakery Name.swift
[48/60] Compiling Fakery Number.swift
[49/60] Compiling Fakery Business.swift
[50/60] Compiling Fakery Car.swift
[51/60] Compiling Fakery Cat.swift
[52/60] Compiling Fakery ArrayExtension.swift
[53/60] Compiling Fakery StringExtensions.swift
[54/60] Compiling Fakery Faker.swift
[55/60] Compiling Fakery PhoneNumber.swift
[56/60] Compiling Fakery ProgrammingLanguage.swift
[57/60] Compiling Fakery Team.swift
[58/60] Compiling Fakery Address.swift
[59/60] Compiling Fakery App.swift
[60/60] Compiling Fakery Bank.swift
Build complete! (36.03s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14549] Fetching quick
[14550/33189] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.48s)
Fetched https://github.com/Quick/Nimble.git from cache (2.48s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.65s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1247] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.02s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.70s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.1 (0.63s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/439] 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.0 (0.63s)
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
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.0
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/sk.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/en.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/sv.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/zh-TW.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/zh-CN.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/pt-BR.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/it.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/fr.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/nb-NO.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/en-US.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/es.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/fa.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-TEST.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/de-AT.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fakery/Resources/Locales/en-AU.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.