This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 CountryKit with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme CountryKit -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:530:16: warning: static property 'ng' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
528 |
529 |     /// The "ng" asset catalog image resource.
530 |     static let ng = DeveloperToolsSupport.ImageResource(name: "ng", bundle: resourceBundle)
    |                |- warning: static property 'ng' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ng' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
531 |
532 |     /// The "ni" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:533:16: warning: static property 'ni' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
531 |
532 |     /// The "ni" asset catalog image resource.
533 |     static let ni = DeveloperToolsSupport.ImageResource(name: "ni", bundle: resourceBundle)
    |                |- warning: static property 'ni' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ni' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
534 |
535 |     /// The "nl" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:536:16: warning: static property 'nl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
534 |
535 |     /// The "nl" asset catalog image resource.
536 |     static let nl = DeveloperToolsSupport.ImageResource(name: "nl", bundle: resourceBundle)
    |                |- warning: static property 'nl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'nl' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
537 |
538 |     /// The "no" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:539:16: warning: static property 'no' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
537 |
538 |     /// The "no" asset catalog image resource.
539 |     static let no = DeveloperToolsSupport.ImageResource(name: "no", bundle: resourceBundle)
    |                |- warning: static property 'no' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'no' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
540 |
541 |     /// The "np" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:542:16: warning: static property 'np' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
540 |
541 |     /// The "np" asset catalog image resource.
542 |     static let np = DeveloperToolsSupport.ImageResource(name: "np", bundle: resourceBundle)
    |                |- warning: static property 'np' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'np' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
543 |
544 |     /// The "nr" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:545:16: warning: static property 'nr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
543 |
544 |     /// The "nr" asset catalog image resource.
545 |     static let nr = DeveloperToolsSupport.ImageResource(name: "nr", bundle: resourceBundle)
    |                |- warning: static property 'nr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'nr' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
546 |
547 |     /// The "nu" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:548:16: warning: static property 'nu' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
546 |
547 |     /// The "nu" asset catalog image resource.
548 |     static let nu = DeveloperToolsSupport.ImageResource(name: "nu", bundle: resourceBundle)
    |                |- warning: static property 'nu' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'nu' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
549 |
550 |     /// The "nz" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:551:16: warning: static property 'nz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
549 |
550 |     /// The "nz" asset catalog image resource.
551 |     static let nz = DeveloperToolsSupport.ImageResource(name: "nz", bundle: resourceBundle)
    |                |- warning: static property 'nz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'nz' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
552 |
553 |     /// The "om" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:554:16: warning: static property 'om' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
552 |
553 |     /// The "om" asset catalog image resource.
554 |     static let om = DeveloperToolsSupport.ImageResource(name: "om", bundle: resourceBundle)
    |                |- warning: static property 'om' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'om' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
555 |
556 |     /// The "pa" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:557:16: warning: static property 'pa' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
555 |
556 |     /// The "pa" asset catalog image resource.
557 |     static let pa = DeveloperToolsSupport.ImageResource(name: "pa", bundle: resourceBundle)
    |                |- warning: static property 'pa' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pa' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
558 |
559 |     /// The "pe" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:560:16: warning: static property 'pe' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
558 |
559 |     /// The "pe" asset catalog image resource.
560 |     static let pe = DeveloperToolsSupport.ImageResource(name: "pe", bundle: resourceBundle)
    |                |- warning: static property 'pe' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pe' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
561 |
562 |     /// The "pf" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:563:16: warning: static property 'pf' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
561 |
562 |     /// The "pf" asset catalog image resource.
563 |     static let pf = DeveloperToolsSupport.ImageResource(name: "pf", bundle: resourceBundle)
    |                |- warning: static property 'pf' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pf' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
564 |
565 |     /// The "pg" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:566:16: warning: static property 'pg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
564 |
565 |     /// The "pg" asset catalog image resource.
566 |     static let pg = DeveloperToolsSupport.ImageResource(name: "pg", bundle: resourceBundle)
    |                |- warning: static property 'pg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pg' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
567 |
568 |     /// The "ph" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:569:16: warning: static property 'ph' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
567 |
568 |     /// The "ph" asset catalog image resource.
569 |     static let ph = DeveloperToolsSupport.ImageResource(name: "ph", bundle: resourceBundle)
    |                |- warning: static property 'ph' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ph' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
570 |
571 |     /// The "pk" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:572:16: warning: static property 'pk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
570 |
571 |     /// The "pk" asset catalog image resource.
572 |     static let pk = DeveloperToolsSupport.ImageResource(name: "pk", bundle: resourceBundle)
    |                |- warning: static property 'pk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pk' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
573 |
574 |     /// The "pl" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:575:16: warning: static property 'pl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
573 |
574 |     /// The "pl" asset catalog image resource.
575 |     static let pl = DeveloperToolsSupport.ImageResource(name: "pl", bundle: resourceBundle)
    |                |- warning: static property 'pl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pl' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
576 |
577 |     /// The "pm" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:578:16: warning: static property 'pm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
576 |
577 |     /// The "pm" asset catalog image resource.
578 |     static let pm = DeveloperToolsSupport.ImageResource(name: "pm", bundle: resourceBundle)
    |                |- warning: static property 'pm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pm' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
579 |
580 |     /// The "pn" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:581:16: warning: static property 'pn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
579 |
580 |     /// The "pn" asset catalog image resource.
581 |     static let pn = DeveloperToolsSupport.ImageResource(name: "pn", bundle: resourceBundle)
    |                |- warning: static property 'pn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pn' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
582 |
583 |     /// The "pr" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:584:16: warning: static property 'pr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
582 |
583 |     /// The "pr" asset catalog image resource.
584 |     static let pr = DeveloperToolsSupport.ImageResource(name: "pr", bundle: resourceBundle)
    |                |- warning: static property 'pr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pr' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
585 |
586 |     /// The "ps" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:587:16: warning: static property 'ps' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
585 |
586 |     /// The "ps" asset catalog image resource.
587 |     static let ps = DeveloperToolsSupport.ImageResource(name: "ps", bundle: resourceBundle)
    |                |- warning: static property 'ps' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ps' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
588 |
589 |     /// The "pt" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:590:16: warning: static property 'pt' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
588 |
589 |     /// The "pt" asset catalog image resource.
590 |     static let pt = DeveloperToolsSupport.ImageResource(name: "pt", bundle: resourceBundle)
    |                |- warning: static property 'pt' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pt' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
591 |
592 |     /// The "pw" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:593:16: warning: static property 'pw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
591 |
592 |     /// The "pw" asset catalog image resource.
593 |     static let pw = DeveloperToolsSupport.ImageResource(name: "pw", bundle: resourceBundle)
    |                |- warning: static property 'pw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'pw' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
594 |
595 |     /// The "py" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:596:16: warning: static property 'py' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
594 |
595 |     /// The "py" asset catalog image resource.
596 |     static let py = DeveloperToolsSupport.ImageResource(name: "py", bundle: resourceBundle)
    |                |- warning: static property 'py' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'py' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
597 |
598 |     /// The "qa" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:599:16: warning: static property 'qa' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
597 |
598 |     /// The "qa" asset catalog image resource.
599 |     static let qa = DeveloperToolsSupport.ImageResource(name: "qa", bundle: resourceBundle)
    |                |- warning: static property 'qa' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'qa' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
600 |
601 |     /// The "re" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:602:16: warning: static property 're' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
600 |
601 |     /// The "re" asset catalog image resource.
602 |     static let re = DeveloperToolsSupport.ImageResource(name: "re", bundle: resourceBundle)
    |                |- warning: static property 're' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 're' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
603 |
604 |     /// The "ro" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:605:16: warning: static property 'ro' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
603 |
604 |     /// The "ro" asset catalog image resource.
605 |     static let ro = DeveloperToolsSupport.ImageResource(name: "ro", bundle: resourceBundle)
    |                |- warning: static property 'ro' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ro' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
606 |
607 |     /// The "rs" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:608:16: warning: static property 'rs' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
606 |
607 |     /// The "rs" asset catalog image resource.
608 |     static let rs = DeveloperToolsSupport.ImageResource(name: "rs", bundle: resourceBundle)
    |                |- warning: static property 'rs' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'rs' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
609 |
610 |     /// The "ru" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:611:16: warning: static property 'ru' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
609 |
610 |     /// The "ru" asset catalog image resource.
611 |     static let ru = DeveloperToolsSupport.ImageResource(name: "ru", bundle: resourceBundle)
    |                |- warning: static property 'ru' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ru' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
612 |
613 |     /// The "rw" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:614:16: warning: static property 'rw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
612 |
613 |     /// The "rw" asset catalog image resource.
614 |     static let rw = DeveloperToolsSupport.ImageResource(name: "rw", bundle: resourceBundle)
    |                |- warning: static property 'rw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'rw' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
615 |
616 |     /// The "sa" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:617:16: warning: static property 'sa' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
615 |
616 |     /// The "sa" asset catalog image resource.
617 |     static let sa = DeveloperToolsSupport.ImageResource(name: "sa", bundle: resourceBundle)
    |                |- warning: static property 'sa' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sa' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
618 |
619 |     /// The "sb" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:620:16: warning: static property 'sb' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
618 |
619 |     /// The "sb" asset catalog image resource.
620 |     static let sb = DeveloperToolsSupport.ImageResource(name: "sb", bundle: resourceBundle)
    |                |- warning: static property 'sb' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sb' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
621 |
622 |     /// The "sc" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:623:16: warning: static property 'sc' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
621 |
622 |     /// The "sc" asset catalog image resource.
623 |     static let sc = DeveloperToolsSupport.ImageResource(name: "sc", bundle: resourceBundle)
    |                |- warning: static property 'sc' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sc' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
624 |
625 |     /// The "sd" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:626:16: warning: static property 'sd' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
624 |
625 |     /// The "sd" asset catalog image resource.
626 |     static let sd = DeveloperToolsSupport.ImageResource(name: "sd", bundle: resourceBundle)
    |                |- warning: static property 'sd' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sd' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
627 |
628 |     /// The "se" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:629:16: warning: static property 'se' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
627 |
628 |     /// The "se" asset catalog image resource.
629 |     static let se = DeveloperToolsSupport.ImageResource(name: "se", bundle: resourceBundle)
    |                |- warning: static property 'se' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'se' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
630 |
631 |     /// The "sg" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:632:16: warning: static property 'sg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
630 |
631 |     /// The "sg" asset catalog image resource.
632 |     static let sg = DeveloperToolsSupport.ImageResource(name: "sg", bundle: resourceBundle)
    |                |- warning: static property 'sg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sg' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
633 |
634 |     /// The "sh" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:635:16: warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
633 |
634 |     /// The "sh" asset catalog image resource.
635 |     static let sh = DeveloperToolsSupport.ImageResource(name: "sh", bundle: resourceBundle)
    |                |- warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sh' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
636 |
637 |     /// The "si" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:638:16: warning: static property 'si' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
636 |
637 |     /// The "si" asset catalog image resource.
638 |     static let si = DeveloperToolsSupport.ImageResource(name: "si", bundle: resourceBundle)
    |                |- warning: static property 'si' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'si' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
639 |
640 |     /// The "sj" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:641:16: warning: static property 'sj' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
639 |
640 |     /// The "sj" asset catalog image resource.
641 |     static let sj = DeveloperToolsSupport.ImageResource(name: "sj", bundle: resourceBundle)
    |                |- warning: static property 'sj' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sj' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
642 |
643 |     /// The "sk" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:644:16: warning: static property 'sk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
642 |
643 |     /// The "sk" asset catalog image resource.
644 |     static let sk = DeveloperToolsSupport.ImageResource(name: "sk", bundle: resourceBundle)
    |                |- warning: static property 'sk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sk' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
645 |
646 |     /// The "sl" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:647:16: warning: static property 'sl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
645 |
646 |     /// The "sl" asset catalog image resource.
647 |     static let sl = DeveloperToolsSupport.ImageResource(name: "sl", bundle: resourceBundle)
    |                |- warning: static property 'sl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sl' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
648 |
649 |     /// The "sm" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:650:16: warning: static property 'sm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
648 |
649 |     /// The "sm" asset catalog image resource.
650 |     static let sm = DeveloperToolsSupport.ImageResource(name: "sm", bundle: resourceBundle)
    |                |- warning: static property 'sm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sm' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
651 |
652 |     /// The "sn" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:653:16: warning: static property 'sn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
651 |
652 |     /// The "sn" asset catalog image resource.
653 |     static let sn = DeveloperToolsSupport.ImageResource(name: "sn", bundle: resourceBundle)
    |                |- warning: static property 'sn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sn' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
654 |
655 |     /// The "so" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:656:16: warning: static property 'so' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
654 |
655 |     /// The "so" asset catalog image resource.
656 |     static let so = DeveloperToolsSupport.ImageResource(name: "so", bundle: resourceBundle)
    |                |- warning: static property 'so' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'so' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
657 |
658 |     /// The "sr" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:659:16: warning: static property 'sr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
657 |
658 |     /// The "sr" asset catalog image resource.
659 |     static let sr = DeveloperToolsSupport.ImageResource(name: "sr", bundle: resourceBundle)
    |                |- warning: static property 'sr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sr' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
660 |
661 |     /// The "ss" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:662:16: warning: static property 'ss' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
660 |
661 |     /// The "ss" asset catalog image resource.
662 |     static let ss = DeveloperToolsSupport.ImageResource(name: "ss", bundle: resourceBundle)
    |                |- warning: static property 'ss' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ss' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
663 |
664 |     /// The "st" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:665:16: warning: static property 'st' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
663 |
664 |     /// The "st" asset catalog image resource.
665 |     static let st = DeveloperToolsSupport.ImageResource(name: "st", bundle: resourceBundle)
    |                |- warning: static property 'st' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'st' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
666 |
667 |     /// The "sv" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:668:16: warning: static property 'sv' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
666 |
667 |     /// The "sv" asset catalog image resource.
668 |     static let sv = DeveloperToolsSupport.ImageResource(name: "sv", bundle: resourceBundle)
    |                |- warning: static property 'sv' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sv' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
669 |
670 |     /// The "sx" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:671:16: warning: static property 'sx' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
669 |
670 |     /// The "sx" asset catalog image resource.
671 |     static let sx = DeveloperToolsSupport.ImageResource(name: "sx", bundle: resourceBundle)
    |                |- warning: static property 'sx' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sx' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
672 |
673 |     /// The "sy" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:674:16: warning: static property 'sy' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
672 |
673 |     /// The "sy" asset catalog image resource.
674 |     static let sy = DeveloperToolsSupport.ImageResource(name: "sy", bundle: resourceBundle)
    |                |- warning: static property 'sy' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sy' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
675 |
676 |     /// The "sz" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:677:16: warning: static property 'sz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
675 |
676 |     /// The "sz" asset catalog image resource.
677 |     static let sz = DeveloperToolsSupport.ImageResource(name: "sz", bundle: resourceBundle)
    |                |- warning: static property 'sz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'sz' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
678 |
679 |     /// The "ta" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:680:16: warning: static property 'ta' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
678 |
679 |     /// The "ta" asset catalog image resource.
680 |     static let ta = DeveloperToolsSupport.ImageResource(name: "ta", bundle: resourceBundle)
    |                |- warning: static property 'ta' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ta' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
681 |
682 |     /// The "tc" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:683:16: warning: static property 'tc' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
681 |
682 |     /// The "tc" asset catalog image resource.
683 |     static let tc = DeveloperToolsSupport.ImageResource(name: "tc", bundle: resourceBundle)
    |                |- warning: static property 'tc' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tc' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
684 |
685 |     /// The "td" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:686:16: warning: static property 'td' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
684 |
685 |     /// The "td" asset catalog image resource.
686 |     static let td = DeveloperToolsSupport.ImageResource(name: "td", bundle: resourceBundle)
    |                |- warning: static property 'td' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'td' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
687 |
688 |     /// The "tf" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:689:16: warning: static property 'tf' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
687 |
688 |     /// The "tf" asset catalog image resource.
689 |     static let tf = DeveloperToolsSupport.ImageResource(name: "tf", bundle: resourceBundle)
    |                |- warning: static property 'tf' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tf' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
690 |
691 |     /// The "tg" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:692:16: warning: static property 'tg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
690 |
691 |     /// The "tg" asset catalog image resource.
692 |     static let tg = DeveloperToolsSupport.ImageResource(name: "tg", bundle: resourceBundle)
    |                |- warning: static property 'tg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tg' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
693 |
694 |     /// The "th" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:695:16: warning: static property 'th' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
693 |
694 |     /// The "th" asset catalog image resource.
695 |     static let th = DeveloperToolsSupport.ImageResource(name: "th", bundle: resourceBundle)
    |                |- warning: static property 'th' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'th' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
696 |
697 |     /// The "tj" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:698:16: warning: static property 'tj' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
696 |
697 |     /// The "tj" asset catalog image resource.
698 |     static let tj = DeveloperToolsSupport.ImageResource(name: "tj", bundle: resourceBundle)
    |                |- warning: static property 'tj' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tj' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
699 |
700 |     /// The "tk" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:701:16: warning: static property 'tk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
699 |
700 |     /// The "tk" asset catalog image resource.
701 |     static let tk = DeveloperToolsSupport.ImageResource(name: "tk", bundle: resourceBundle)
    |                |- warning: static property 'tk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tk' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
702 |
703 |     /// The "tl" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:704:16: warning: static property 'tl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
702 |
703 |     /// The "tl" asset catalog image resource.
704 |     static let tl = DeveloperToolsSupport.ImageResource(name: "tl", bundle: resourceBundle)
    |                |- warning: static property 'tl' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tl' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
705 |
706 |     /// The "tm" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:707:16: warning: static property 'tm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
705 |
706 |     /// The "tm" asset catalog image resource.
707 |     static let tm = DeveloperToolsSupport.ImageResource(name: "tm", bundle: resourceBundle)
    |                |- warning: static property 'tm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tm' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
708 |
709 |     /// The "tn" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:710:16: warning: static property 'tn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
708 |
709 |     /// The "tn" asset catalog image resource.
710 |     static let tn = DeveloperToolsSupport.ImageResource(name: "tn", bundle: resourceBundle)
    |                |- warning: static property 'tn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tn' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
711 |
712 |     /// The "to" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:713:16: warning: static property 'to' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
711 |
712 |     /// The "to" asset catalog image resource.
713 |     static let to = DeveloperToolsSupport.ImageResource(name: "to", bundle: resourceBundle)
    |                |- warning: static property 'to' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'to' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
714 |
715 |     /// The "tr" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:716:16: warning: static property 'tr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
714 |
715 |     /// The "tr" asset catalog image resource.
716 |     static let tr = DeveloperToolsSupport.ImageResource(name: "tr", bundle: resourceBundle)
    |                |- warning: static property 'tr' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tr' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
717 |
718 |     /// The "tt" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:719:16: warning: static property 'tt' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
717 |
718 |     /// The "tt" asset catalog image resource.
719 |     static let tt = DeveloperToolsSupport.ImageResource(name: "tt", bundle: resourceBundle)
    |                |- warning: static property 'tt' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tt' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
720 |
721 |     /// The "tv" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:722:16: warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
720 |
721 |     /// The "tv" asset catalog image resource.
722 |     static let tv = DeveloperToolsSupport.ImageResource(name: "tv", bundle: resourceBundle)
    |                |- warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tv' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
723 |
724 |     /// The "tw" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:725:16: warning: static property 'tw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
723 |
724 |     /// The "tw" asset catalog image resource.
725 |     static let tw = DeveloperToolsSupport.ImageResource(name: "tw", bundle: resourceBundle)
    |                |- warning: static property 'tw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tw' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
726 |
727 |     /// The "tz" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:728:16: warning: static property 'tz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
726 |
727 |     /// The "tz" asset catalog image resource.
728 |     static let tz = DeveloperToolsSupport.ImageResource(name: "tz", bundle: resourceBundle)
    |                |- warning: static property 'tz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'tz' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
729 |
730 |     /// The "ua" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:731:16: warning: static property 'ua' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
729 |
730 |     /// The "ua" asset catalog image resource.
731 |     static let ua = DeveloperToolsSupport.ImageResource(name: "ua", bundle: resourceBundle)
    |                |- warning: static property 'ua' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ua' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
732 |
733 |     /// The "ug" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:734:16: warning: static property 'ug' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
732 |
733 |     /// The "ug" asset catalog image resource.
734 |     static let ug = DeveloperToolsSupport.ImageResource(name: "ug", bundle: resourceBundle)
    |                |- warning: static property 'ug' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ug' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
735 |
736 |     /// The "um" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:737:16: warning: static property 'um' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
735 |
736 |     /// The "um" asset catalog image resource.
737 |     static let um = DeveloperToolsSupport.ImageResource(name: "um", bundle: resourceBundle)
    |                |- warning: static property 'um' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'um' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
738 |
739 |     /// The "us" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:740:16: warning: static property 'us' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
738 |
739 |     /// The "us" asset catalog image resource.
740 |     static let us = DeveloperToolsSupport.ImageResource(name: "us", bundle: resourceBundle)
    |                |- warning: static property 'us' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'us' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
741 |
742 |     /// The "uy" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:743:16: warning: static property 'uy' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
741 |
742 |     /// The "uy" asset catalog image resource.
743 |     static let uy = DeveloperToolsSupport.ImageResource(name: "uy", bundle: resourceBundle)
    |                |- warning: static property 'uy' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'uy' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
744 |
745 |     /// The "uz" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:746:16: warning: static property 'uz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
744 |
745 |     /// The "uz" asset catalog image resource.
746 |     static let uz = DeveloperToolsSupport.ImageResource(name: "uz", bundle: resourceBundle)
    |                |- warning: static property 'uz' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'uz' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
747 |
748 |     /// The "va" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:749:16: warning: static property 'va' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
747 |
748 |     /// The "va" asset catalog image resource.
749 |     static let va = DeveloperToolsSupport.ImageResource(name: "va", bundle: resourceBundle)
    |                |- warning: static property 'va' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'va' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
750 |
751 |     /// The "vc" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:752:16: warning: static property 'vc' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
750 |
751 |     /// The "vc" asset catalog image resource.
752 |     static let vc = DeveloperToolsSupport.ImageResource(name: "vc", bundle: resourceBundle)
    |                |- warning: static property 'vc' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'vc' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
753 |
754 |     /// The "ve" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:755:16: warning: static property 've' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
753 |
754 |     /// The "ve" asset catalog image resource.
755 |     static let ve = DeveloperToolsSupport.ImageResource(name: "ve", bundle: resourceBundle)
    |                |- warning: static property 've' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 've' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
756 |
757 |     /// The "vg" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:758:16: warning: static property 'vg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
756 |
757 |     /// The "vg" asset catalog image resource.
758 |     static let vg = DeveloperToolsSupport.ImageResource(name: "vg", bundle: resourceBundle)
    |                |- warning: static property 'vg' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'vg' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
759 |
760 |     /// The "vi" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:761:16: warning: static property 'vi' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
759 |
760 |     /// The "vi" asset catalog image resource.
761 |     static let vi = DeveloperToolsSupport.ImageResource(name: "vi", bundle: resourceBundle)
    |                |- warning: static property 'vi' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'vi' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
762 |
763 |     /// The "vn" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:764:16: warning: static property 'vn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
762 |
763 |     /// The "vn" asset catalog image resource.
764 |     static let vn = DeveloperToolsSupport.ImageResource(name: "vn", bundle: resourceBundle)
    |                |- warning: static property 'vn' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'vn' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
765 |
766 |     /// The "vu" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:767:16: warning: static property 'vu' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
765 |
766 |     /// The "vu" asset catalog image resource.
767 |     static let vu = DeveloperToolsSupport.ImageResource(name: "vu", bundle: resourceBundle)
    |                |- warning: static property 'vu' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'vu' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
768 |
769 |     /// The "wf" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:770:16: warning: static property 'wf' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
768 |
769 |     /// The "wf" asset catalog image resource.
770 |     static let wf = DeveloperToolsSupport.ImageResource(name: "wf", bundle: resourceBundle)
    |                |- warning: static property 'wf' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'wf' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
771 |
772 |     /// The "ws" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:773:16: warning: static property 'ws' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
771 |
772 |     /// The "ws" asset catalog image resource.
773 |     static let ws = DeveloperToolsSupport.ImageResource(name: "ws", bundle: resourceBundle)
    |                |- warning: static property 'ws' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ws' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
774 |
775 |     /// The "xk" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:776:16: warning: static property 'xk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
774 |
775 |     /// The "xk" asset catalog image resource.
776 |     static let xk = DeveloperToolsSupport.ImageResource(name: "xk", bundle: resourceBundle)
    |                |- warning: static property 'xk' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'xk' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
777 |
778 |     /// The "ye" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:779:16: warning: static property 'ye' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
777 |
778 |     /// The "ye" asset catalog image resource.
779 |     static let ye = DeveloperToolsSupport.ImageResource(name: "ye", bundle: resourceBundle)
    |                |- warning: static property 'ye' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ye' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
780 |
781 |     /// The "yt" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:782:16: warning: static property 'yt' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
780 |
781 |     /// The "yt" asset catalog image resource.
782 |     static let yt = DeveloperToolsSupport.ImageResource(name: "yt", bundle: resourceBundle)
    |                |- warning: static property 'yt' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'yt' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
783 |
784 |     /// The "za" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:785:16: warning: static property 'za' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
783 |
784 |     /// The "za" asset catalog image resource.
785 |     static let za = DeveloperToolsSupport.ImageResource(name: "za", bundle: resourceBundle)
    |                |- warning: static property 'za' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'za' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
786 |
787 |     /// The "zm" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:788:16: warning: static property 'zm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
786 |
787 |     /// The "zm" asset catalog image resource.
788 |     static let zm = DeveloperToolsSupport.ImageResource(name: "zm", bundle: resourceBundle)
    |                |- warning: static property 'zm' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'zm' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
789 |
790 |     /// The "zw" asset catalog image resource.
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift:791:16: warning: static property 'zw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
789 |
790 |     /// The "zw" asset catalog image resource.
791 |     static let zw = DeveloperToolsSupport.ImageResource(name: "zw", bundle: resourceBundle)
    |                |- warning: static property 'zw' is not concurrency-safe because non-'Sendable' type 'ImageResource' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'zw' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
792 |
793 | }
DeveloperToolsSupport.ImageResource:2:15: note: struct 'ImageResource' does not conform to the 'Sendable' protocol
1 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
2 | public struct ImageResource : Hashable {
  |               `- note: struct 'ImageResource' does not conform to the 'Sendable' protocol
3 |     public init(name: String, bundle: Bundle)
4 |     public func hash(into hasher: inout Hasher)
SwiftCompile normal arm64 Compiling\ CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Countries.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ String+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/String+Utils.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Country.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Country.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/Country.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'CountryKit' from project 'CountryKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Countries.swift /Users/admin/builder/spi-builder-workspace/Sources/Country.swift /Users/admin/builder/spi-builder-workspace/Sources/CountryKit.swift /Users/admin/builder/spi-builder-workspace/Sources/String+Utils.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/CountryKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CountryKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /CountryKit.build/Debug-xros/CountryKit.build/Objects-normal/arm64/resource_bundle_accessor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CountryKit' from project 'CountryKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CountryKit' from project 'CountryKit')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CountryKit (in target 'CountryKit' from project 'CountryKit')
(1 failure)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.