Build Information
Failed to build LocMapper, reference 1.4.0 (60412d
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 11:30:35 UTC.
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
[274/279] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[275/283] Compiling SafeGlobalMacros SimpleDiagnosticMessage.swift
[276/283] Compiling SafeGlobalMacros Errors.swift
[277/283] Emitting module SafeGlobalMacros
[278/283] Compiling SafeGlobalMacros SafeGlobalMacro.swift
[278/283] Write Objects.LinkFileList
[279/283] Linking SafeGlobalMacros-tool
[281/287] Compiling SafeGlobal SafeGlobalMacro.swift
[282/287] Compiling SafeGlobal SafeGlobal.swift
[283/287] Emitting module SafeGlobal
[284/287] Compiling SafeGlobal NSLock+Linux.swift
[285/322] Compiling XibLoc NumberFormatter+Utils.swift
[286/322] Compiling XibLoc RandomAccessCollection+StableSort.swift
[287/322] Compiling XibLoc Range+Utils.swift
[288/325] Compiling XibLoc ParserHelper+AttributedString.swift
[289/325] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[290/325] Compiling XibLoc ParserHelper+String.swift
[291/325] Compiling XibLoc ParserHelper.swift
[292/325] Emitting module XibLoc
[293/325] Compiling XibLoc XibLocNumber.swift
[294/325] Compiling XibLoc XibLoc.swift
[295/325] Compiling XibLoc XibLocConfig.swift
[296/325] Compiling XibLoc PluralValue.swift
[297/325] Compiling XibLoc PluralityDefinition.swift
[298/325] Compiling XibLoc PluralityDefinitionZone.swift
[299/325] Compiling XibLoc PluralityDefinitionZoneValue.swift
[300/325] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[301/325] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[302/325] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[303/325] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[304/325] Compiling XibLoc XibLocResolvingInfo.swift
[305/325] Compiling XibLoc AttributedString+Utils.swift
[306/325] Compiling XibLoc Collection+Utils.swift
[307/325] Compiling XibLoc NSMutableAttributedString+Utils.swift
[308/325] Compiling XibLoc Scanner+LinuxCompat.swift
[309/325] Compiling XibLoc StringAttributesChangesDescription.swift
[310/325] Compiling XibLoc XibLocFont.swift
[311/325] Compiling XibLoc CacheLock.swift
[312/325] Compiling XibLoc ParsedXibLoc+InitCache.swift
[313/325] Compiling XibLoc XibLocParsingInfo.swift
[314/325] Compiling XibLoc ParsedXibLoc.swift
[315/325] Compiling XibLoc MultipleWordsTokens.swift
[316/325] Compiling XibLoc OneWordTokens.swift
[317/325] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[318/325] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[319/325] Compiling XibLoc Str2StrXibLocInfo.swift
[320/325] Compiling XibLoc CommonTokensGroup.swift
[321/325] Compiling XibLoc CommonTokensGroup_Linux.swift
[322/325] Compiling XibLoc TokensGroup.swift
[323/372] Compiling LocMapper LocKeyMappingComponentValueTransforms.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[324/372] Compiling LocMapper LocKeyMapping.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[325/372] Compiling LocMapper LocValueTransformer.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[326/372] Compiling LocMapper LocValueTransformerGenderVariantPick.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[327/372] Compiling LocMapper LocValueTransformerInvalid.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[328/377] Compiling LocMapper LocMapperConfig.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[329/377] Compiling LocMapper LocKeyMappingComponent.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[330/377] Compiling LocMapper LocKeyMappingComponentInvalid.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[331/377] Compiling LocMapper LocKeyMappingComponentStdToXibLoc.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[332/377] Compiling LocMapper LocKeyMappingComponentToConstant.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[333/377] Compiling LocMapper FilteredDirectoryEnumerator.swift
[334/377] Compiling LocMapper IOUtils.swift
[335/377] Compiling LocMapper PrependedUserInfoStrings.swift
[336/377] Compiling LocMapper Scanner+LinuxCompat.swift
[337/377] Compiling LocMapper String+CSVUtils.swift
[338/377] Emitting module LocMapper
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[339/377] Compiling LocMapper LocValueTransformerOrderedReplacementVariantPick.swift
[340/377] Compiling LocMapper LocValueTransformerPluralVariantPick.swift
[341/377] Compiling LocMapper LocValueTransformerRegexReplacements.swift
[342/377] Compiling LocMapper LocValueTransformerRegionDelimitersReplacement.swift
[343/377] Compiling LocMapper LocValueTransformerSimpleStringReplacements.swift
[344/377] Compiling LocMapper AndroidXMLLocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[345/377] Compiling LocMapper LocFile+Android.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[346/377] Compiling LocMapper LocFile+EditingSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[347/377] Compiling LocMapper LocFile+LineKey.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[348/377] Compiling LocMapper LocFile+LineValue.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[349/377] Compiling LocMapper LocFile+LintSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[350/377] Compiling LocMapper Std2Xib.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[351/377] Compiling LocMapper LocFile+XibRefLoc.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[352/377] Compiling LocMapper XibRefLocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[353/377] Compiling LocMapper AppendedTagsStrings.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[354/377] Compiling LocMapper CSVParser.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[355/377] Compiling LocMapper LokalisePlural.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[356/377] Compiling LocMapper LokaliseTranslation.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[357/377] Compiling LocMapper StdRefLocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[358/377] Compiling LocMapper HappnXib2Lokalise.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[359/377] Compiling LocMapper HappnXib2Std.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[360/377] Compiling LocMapper LocValueTransformerToUpper.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[361/377] Compiling LocMapper MappingResolvingError.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[362/377] Compiling LocMapper LocFile+StdRefLoc.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[363/377] Compiling LocMapper LokaliseKey.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[364/377] Compiling LocMapper LokaliseKeysList.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[365/377] Compiling LocMapper LocFile+MetadataSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[366/377] Compiling LocMapper LocFile+MigrationsSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[367/377] Compiling LocMapper LocFile+QuerySupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[368/377] Compiling LocMapper LocFile+Serialization.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[369/377] Compiling LocMapper LocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[370/377] Compiling LocMapper TaggedObject.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[371/377] Compiling LocMapper URLRequest+Utils.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[372/377] Compiling LocMapper URLSession+Utils.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[373/377] Compiling LocMapper LocFile+Xcode.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[374/377] Compiling LocMapper XcodeStringsFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[375/424] Compiling locmapper LocValueTransformerToUpper.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[376/424] Compiling locmapper MappingResolvingError.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[377/424] Compiling locmapper LocFile+StdRefLoc.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[378/424] Compiling locmapper LokaliseKey.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[379/424] Compiling locmapper LokaliseKeysList.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[380/429] Emitting module locmapper
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[381/429] Compiling locmapper FilteredDirectoryEnumerator.swift
[382/429] Compiling locmapper IOUtils.swift
[383/429] Compiling locmapper PrependedUserInfoStrings.swift
[384/429] Compiling locmapper Scanner+LinuxCompat.swift
[385/429] Compiling locmapper String+CSVUtils.swift
[386/429] Compiling locmapper LocKeyMappingComponentValueTransforms.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[387/429] Compiling locmapper LocKeyMapping.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[388/429] Compiling locmapper LocValueTransformer.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[389/429] Compiling locmapper LocValueTransformerGenderVariantPick.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[390/429] Compiling locmapper LocValueTransformerInvalid.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[391/429] Compiling locmapper LocValueTransformerOrderedReplacementVariantPick.swift
[392/429] Compiling locmapper LocValueTransformerPluralVariantPick.swift
[393/429] Compiling locmapper LocValueTransformerRegexReplacements.swift
[394/429] Compiling locmapper LocValueTransformerRegionDelimitersReplacement.swift
[395/429] Compiling locmapper LocValueTransformerSimpleStringReplacements.swift
[396/429] Compiling locmapper LokalisePlural.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[397/429] Compiling locmapper LokaliseTranslation.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[398/429] Compiling locmapper StdRefLocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[399/429] Compiling locmapper HappnXib2Lokalise.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[400/429] Compiling locmapper HappnXib2Std.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[401/429] Compiling locmapper Std2Xib.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[402/429] Compiling locmapper LocFile+XibRefLoc.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[403/429] Compiling locmapper XibRefLocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[404/429] Compiling locmapper AppendedTagsStrings.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[405/429] Compiling locmapper CSVParser.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/CSVParser.swift:67:21: warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | }
66 |
67 | private static var newLinesCharacterSet = CharacterSet(charactersIn: "\n\r")
| |- warning: static property 'newLinesCharacterSet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'newLinesCharacterSet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'newLinesCharacterSet' 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
68 |
69 | private func parseFile() -> [[String: String]]? {
[406/429] Compiling locmapper LocMapperConfig.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[407/429] Compiling locmapper LocKeyMappingComponent.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[408/429] Compiling locmapper LocKeyMappingComponentInvalid.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[409/429] Compiling locmapper LocKeyMappingComponentStdToXibLoc.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[410/429] Compiling locmapper LocKeyMappingComponentToConstant.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[411/429] Compiling locmapper LocFile+MetadataSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[412/429] Compiling locmapper LocFile+MigrationsSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[413/429] Compiling locmapper LocFile+QuerySupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[414/429] Compiling locmapper LocFile+Serialization.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[415/429] Compiling locmapper LocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[416/429] Compiling locmapper AndroidXMLLocFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[417/429] Compiling locmapper LocFile+Android.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[418/429] Compiling locmapper LocFile+EditingSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[419/429] Compiling locmapper LocFile+LineKey.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[420/429] Compiling locmapper LocFile+LineValue.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[421/429] Compiling locmapper LocFile+LintSupport.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[422/429] Compiling locmapper TaggedObject.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[423/429] Compiling locmapper URLRequest+Utils.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[424/429] Compiling locmapper URLSession+Utils.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[425/429] Compiling locmapper LocFile+Xcode.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[426/429] Compiling locmapper XcodeStringsFile.swift
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:26:4: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
24 |
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
| `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode
27 | theResponse = response
28 | theError = error
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:27:4: warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
25 | dataTask(with: request) { data, response, error in
26 | responseData = data
27 | theResponse = response
| `- warning: mutation of captured var 'theResponse' in concurrently-executing code; this is an error in the Swift 6 language mode
28 | theError = error
29 |
/Users/admin/builder/spi-builder-workspace/LocMapper/Utilities/URLSession+Utils.swift:28:4: warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
26 | responseData = data
27 | theResponse = response
28 | theError = error
| `- warning: mutation of captured var 'theError' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | semaphore.signal()
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:21:20: warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | #if canImport(os)
21 | public static var oslog: OSLog? = .default
| |- warning: static property 'oslog' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'oslog' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'oslog' 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
22 | #endif
23 | public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/LocMapper/LocMapperConfig.swift:23:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public static var oslog: OSLog? = .default
22 | #endif
23 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' 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
24 | #if canImport(os)
25 | return nil
[426/429] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
ld: multiple errors: file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/CreateInitialAndroidMappingFromStdRefLoc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/CreateInitialAndroidMappingFromStdRefLoc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/CommonOptions.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/CommonOptions.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ConvertXibreflocToStdrefloc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ConvertXibreflocToStdrefloc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ConvertStdreflocToXibrefloc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ConvertStdreflocToXibrefloc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/MergeAndroidLocs.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/MergeAndroidLocs.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/Experimental.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/Experimental.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/MergeStdrefloc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/MergeStdrefloc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/FileHandleOutputStream.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/FileHandleOutputStream.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ExportToAndroid.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ExportToAndroid.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/Lint.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/Lint.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/MergeXcodeLocs.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/MergeXcodeLocs.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ExportToXcode.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ExportToXcode.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/GitUnfriendly.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/GitUnfriendly.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ObsoleteVerbs.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ObsoleteVerbs.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/StandardizeRefloc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/StandardizeRefloc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/TransformMappings.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/TransformMappings.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/UpdateXcodeStringsFromCode.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/UpdateXcodeStringsFromCode.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ParseUtils.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/ParseUtils.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/UploadXibreflocToLokalise.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/UploadXibreflocToLokalise.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/main.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/main.swift.o'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[427/429] Linking locmapper
BUILD FAILURE 6.0 macosSpm