The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build LocMapper, reference 1.4.0 (60412d), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 11:52:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

remark: Incremental compilation has been disabled: XibRefLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: XibRefLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: AppendedTagsStrings.swift has no swiftDeps file
remark: Incremental compilation has been disabled: AppendedTagsStrings.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: CSVParser.swift has no swiftDeps file
remark: Incremental compilation has been disabled: CSVParser.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[349/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
[350/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
[351/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
[352/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
[353/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
remark: Incremental compilation has been disabled: LocFile+MetadataSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+MetadataSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+MigrationsSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+MigrationsSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+QuerySupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+QuerySupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+Serialization.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+Serialization.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[354/377] 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
[355/377] 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
[356/377] 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
[357/377] 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
[358/377] 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
remark: Incremental compilation has been disabled: LocKeyMappingComponentValueTransforms.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMappingComponentValueTransforms.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocKeyMapping.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMapping.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformer.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformer.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformerGenderVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerGenderVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[359/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
remark: Incremental compilation has been disabled: LocValueTransformerInvalid.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerInvalid.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[360/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
[361/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
[362/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
[363/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
remark: Incremental compilation has been disabled: LocValueTransformerToUpper.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerToUpper.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: MappingResolvingError.swift has no swiftDeps file
remark: Incremental compilation has been disabled: MappingResolvingError.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+StdRefLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+StdRefLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LokaliseKey.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LokaliseKey.swift has no swiftDeps file
[364/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
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LokaliseKeysList.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LokaliseKeysList.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[365/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
[366/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
[367/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
[368/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
[369/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
remark: Incremental compilation has been disabled: AndroidXMLLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: AndroidXMLLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+Android.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+Android.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+EditingSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+EditingSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+LineKey.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+LineKey.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+LineValue.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+LineValue.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+LintSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+LintSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[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
remark: Incremental compilation has been disabled: TaggedObject.swift has no swiftDeps file
remark: Incremental compilation has been disabled: TaggedObject.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: URLRequest+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: URLRequest+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: URLSession+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: URLSession+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+Xcode.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+Xcode.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: XcodeStringsFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: XcodeStringsFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[375/424] 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
[376/424] 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
[377/424] 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
[378/424] 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
[379/424] 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
remark: Incremental compilation has been disabled: LocMapperConfig.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocMapperConfig.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocKeyMappingComponent.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMappingComponent.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocKeyMappingComponentInvalid.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMappingComponentInvalid.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocKeyMappingComponentStdToXibLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMappingComponentStdToXibLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocKeyMappingComponentToConstant.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMappingComponentToConstant.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[380/429] Compiling locmapper FilteredDirectoryEnumerator.swift
[381/429] Compiling locmapper IOUtils.swift
[382/429] Compiling locmapper PrependedUserInfoStrings.swift
[383/429] Compiling locmapper Scanner+LinuxCompat.swift
[384/429] Compiling locmapper String+CSVUtils.swift
remark: Incremental compilation has been disabled: FilteredDirectoryEnumerator.swift has no swiftDeps file
remark: Incremental compilation has been disabled: FilteredDirectoryEnumerator.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: IOUtils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: IOUtils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: PrependedUserInfoStrings.swift has no swiftDeps file
remark: Incremental compilation has been disabled: PrependedUserInfoStrings.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: Scanner+LinuxCompat.swift has no swiftDeps file
remark: Incremental compilation has been disabled: Scanner+LinuxCompat.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: String+CSVUtils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: String+CSVUtils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[385/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
[386/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
[387/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
[388/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
[389/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
remark: Incremental compilation has been disabled: LocKeyMappingComponentValueTransforms.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMappingComponentValueTransforms.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocKeyMapping.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocKeyMapping.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformer.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformer.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformerGenderVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerGenderVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformerInvalid.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerInvalid.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[390/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]]? {
[391/429] 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
[392/429] 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
[393/429] 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
[394/429] 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
[395/429] 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
remark: Incremental compilation has been disabled: LocValueTransformerToUpper.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerToUpper.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: MappingResolvingError.swift has no swiftDeps file
remark: Incremental compilation has been disabled: MappingResolvingError.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+StdRefLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+StdRefLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LokaliseKey.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LokaliseKey.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LokaliseKeysList.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LokaliseKeysList.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[396/429] Compiling locmapper LocValueTransformerOrderedReplacementVariantPick.swift
[397/429] Compiling locmapper LocValueTransformerPluralVariantPick.swift
[398/429] Compiling locmapper LocValueTransformerRegexReplacements.swift
[399/429] Compiling locmapper LocValueTransformerRegionDelimitersReplacement.swift
[400/429] Compiling locmapper LocValueTransformerSimpleStringReplacements.swift
remark: Incremental compilation has been disabled: LocValueTransformerOrderedReplacementVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerOrderedReplacementVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformerPluralVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerPluralVariantPick.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformerRegexReplacements.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerRegexReplacements.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformerRegionDelimitersReplacement.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerRegionDelimitersReplacement.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocValueTransformerSimpleStringReplacements.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocValueTransformerSimpleStringReplacements.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[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]]? {
remark: Incremental compilation has been disabled: Std2Xib.swift has no swiftDeps file
remark: Incremental compilation has been disabled: Std2Xib.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+XibRefLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+XibRefLoc.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: XibRefLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: XibRefLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: AppendedTagsStrings.swift has no swiftDeps file
remark: Incremental compilation has been disabled: AppendedTagsStrings.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: CSVParser.swift has no swiftDeps file
remark: Incremental compilation has been disabled: CSVParser.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[406/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
[407/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
[408/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
[409/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
[410/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
remark: Incremental compilation has been disabled: LocFile+MetadataSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+MetadataSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+MigrationsSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+MigrationsSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+QuerySupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+QuerySupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+Serialization.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+Serialization.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[411/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
[412/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
[413/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
[414/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
[415/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
remark: Incremental compilation has been disabled: TaggedObject.swift has no swiftDeps file
remark: Incremental compilation has been disabled: TaggedObject.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: URLRequest+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: URLRequest+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: URLSession+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: URLSession+Utils.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+Xcode.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+Xcode.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: XcodeStringsFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: XcodeStringsFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[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
remark: Incremental compilation has been disabled: AndroidXMLLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: AndroidXMLLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+Android.swift has no swiftDeps file
[422/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
remark: Incremental compilation has been disabled: LocFile+Android.swift has no swiftDeps file
[423/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
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[424/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
remark: Incremental compilation has been disabled: LocFile+EditingSupport.swift has no swiftDeps file
[425/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
remark: Incremental compilation has been disabled: LocFile+EditingSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[426/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
remark: Incremental compilation has been disabled: LocFile+LineKey.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+LineKey.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+LineValue.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+LineValue.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LocFile+LintSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LocFile+LintSupport.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LokalisePlural.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LokalisePlural.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: LokaliseTranslation.swift has no swiftDeps file
remark: Incremental compilation has been disabled: LokaliseTranslation.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: StdRefLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: StdRefLocFile.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: HappnXib2Lokalise.swift has no swiftDeps file
remark: Incremental compilation has been disabled: HappnXib2Lokalise.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
remark: Incremental compilation has been disabled: HappnXib2Std.swift has no swiftDeps file
remark: Incremental compilation has been disabled: HappnXib2Std.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
[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/AndroidXMLLocFile.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/AndroidXMLLocFile.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/CSVParser.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/CSVParser.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/AppendedTagsStrings.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/AppendedTagsStrings.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/FilteredDirectoryEnumerator.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/FilteredDirectoryEnumerator.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/HappnXib2Lokalise.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/HappnXib2Lokalise.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/HappnXib2Std.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/HappnXib2Std.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+LineKey.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+LineKey.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+Android.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+Android.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/IOUtils.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/IOUtils.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+EditingSupport.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+EditingSupport.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+LintSupport.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+LintSupport.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+MetadataSupport.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+MetadataSupport.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+QuerySupport.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+QuerySupport.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+LineValue.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+LineValue.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+Xcode.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+Xcode.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+MigrationsSupport.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+MigrationsSupport.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+StdRefLoc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+StdRefLoc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMapping.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMapping.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+Serialization.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+Serialization.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+XibRefLoc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocFile+XibRefLoc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentToConstant.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentToConstant.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentValueTransforms.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentValueTransforms.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentInvalid.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentInvalid.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocMapperConfig.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocMapperConfig.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentStdToXibLoc.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponentStdToXibLoc.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponent.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocKeyMappingComponent.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerGenderVariantPick.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerGenderVariantPick.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformer.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformer.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerInvalid.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerInvalid.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerRegionDelimitersReplacement.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerRegionDelimitersReplacement.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerPluralVariantPick.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerPluralVariantPick.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokalisePlural.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokalisePlural.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokaliseTranslation.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokaliseTranslation.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerToUpper.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerToUpper.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerRegexReplacements.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerRegexReplacements.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerOrderedReplacementVariantPick.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerOrderedReplacementVariantPick.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerSimpleStringReplacements.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LocValueTransformerSimpleStringReplacements.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokaliseKey.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokaliseKey.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokaliseKeysList.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/LokaliseKeysList.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/MappingResolvingError.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/MappingResolvingError.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/Std2Xib.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/Std2Xib.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/URLSession+Utils.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/URLSession+Utils.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/TaggedObject.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/TaggedObject.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/Scanner+LinuxCompat.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/Scanner+LinuxCompat.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/String+CSVUtils.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/String+CSVUtils.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/StdRefLocFile.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/StdRefLocFile.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/PrependedUserInfoStrings.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/PrependedUserInfoStrings.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/XibRefLocFile.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/XibRefLocFile.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/URLRequest+Utils.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/URLRequest+Utils.swift.o'; file cannot be open()ed, errno=2 path=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/XcodeStringsFile.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/LocMapper.build/XcodeStringsFile.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/main.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/main.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/UploadXibreflocToLokalise.swift.o in '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/locmapper.build/UploadXibreflocToLokalise.swift.o'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[427/429] Linking locmapper
Fetching https://github.com/Frizlab/SafeGlobal.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/xcode-actions/CLTLogger.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/Frizlab/XibLoc.git
[1/518] Fetching cltlogger
[328/671] Fetching cltlogger, safeglobal
[481/2819] Fetching cltlogger, safeglobal, xibloc
[742/6405] Fetching cltlogger, safeglobal, xibloc, swift-log
[2647/18574] Fetching cltlogger, safeglobal, xibloc, swift-log, swift-argument-parser
[16263/83638] Fetching cltlogger, safeglobal, xibloc, swift-log, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (1.64s)
Fetched https://github.com/Frizlab/XibLoc.git from cache (1.64s)
Fetched https://github.com/Frizlab/SafeGlobal.git from cache (1.64s)
[15941/77751] Fetching cltlogger, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.34s)
Fetched https://github.com/xcode-actions/CLTLogger.git from cache (3.34s)
Computing version for https://github.com/xcode-actions/CLTLogger.git
Fetched https://github.com/apple/swift-syntax.git from cache (3.34s)
Computed https://github.com/xcode-actions/CLTLogger.git at 0.9.0 (0.73s)
Computing version for https://github.com/Frizlab/XibLoc.git
Computed https://github.com/Frizlab/XibLoc.git at 1.3.1 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.5.0 (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.71s)
Computing version for https://github.com/Frizlab/SafeGlobal.git
Computed https://github.com/Frizlab/SafeGlobal.git at 0.3.0 (0.59s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.2 (0.81s)
Creating working copy for https://github.com/Frizlab/XibLoc.git
Working copy of https://github.com/Frizlab/XibLoc.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.5.0
Creating working copy for https://github.com/xcode-actions/CLTLogger.git
Working copy of https://github.com/xcode-actions/CLTLogger.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/Frizlab/SafeGlobal.git
Working copy of https://github.com/Frizlab/SafeGlobal.git resolved at 0.3.0
BUILD FAILURE 6.0 macosSpm