The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Rosalind, reference 0.7.94 (22cca9), with Swift 6.2 for macOS (SPM) on 28 Apr 2026 22:49:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

[855/886] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[856/886] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[857/886] Compiling MachOKit DyldChainedFixupsHeader.swift
[858/886] Compiling MachOKit DyldChainedImport.swift
[859/886] Compiling MachOKit DyldChainedImportFormat.swift
[860/886] Compiling MachOKit DyldChainedPage.swift
[861/886] Compiling MachOKit DyldChainedStartsInImage.swift
[862/886] Compiling MachOKit DyldChainedStartsInSegment.swift
[863/886] Compiling MachOKit SymbolReferenceFlag.swift
[864/886] Compiling MachOKit SymbolType.swift
[865/886] Compiling MachOKit CodeSignProtocol.swift
[866/886] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[867/886] Compiling MachOKit DyldCacheRepresentable.swift
[868/886] Compiling MachOKit DyldChainedFixupsProtocol.swift
[869/886] Compiling MachOKit DyldChainedImportProtocol.swift
[870/886] Compiling MachOKit LoadCommandWrapper.swift
[871/886] Compiling MachOKit LoadCommandsProtocol.swift
[872/886] Compiling MachOKit MachORepresentable.swift
[873/886] Compiling MachOKit SymbolProtocol.swift
[874/886] Compiling MachOKit _DyldCacheFileRepresentable.swift
[875/886] Compiling MachOKit CxaDemangle.swift
[876/886] Compiling MachOKit SwiftDemangle.swift
[877/886] Compiling MachOKit DataTrieTree.swift
[878/886] Compiling MachOKit MemoryTrieTree.swift
[879/886] Compiling MachOKit TrieNode.swift
[880/886] Compiling MachOKit TrieNodeContent.swift
[881/886] Compiling MachOKit TrieTreeProtocol.swift
[882/886] Compiling MachOKit _DyldSharedCacheRuntime.swift
[883/886] Compiling MachOKit exported.swift
[884/886] Compiling MachOKit global.swift
[885/898] Compiling Rosalind Rosalind.swift
[886/898] Compiling Rosalind AssetUtilController.swift
[887/898] Compiling Rosalind PoolLock.swift
[888/898] Compiling Rosalind AndroidBundleMetadataService.swift
[889/898] Compiling Rosalind AppBundle.swift
[890/898] Emitting module Rosalind
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:679:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 677 | extension Aapt_Pb_Configuration.LayoutDirection: CaseIterable {
 678 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 679 |   static var allCases: [Aapt_Pb_Configuration.LayoutDirection] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 680 |     .unset,
 681 |     .ltr,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:688:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 686 | extension Aapt_Pb_Configuration.ScreenLayoutSize: CaseIterable {
 687 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 688 |   static var allCases: [Aapt_Pb_Configuration.ScreenLayoutSize] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 689 |     .unset,
 690 |     .small,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:699:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 697 | extension Aapt_Pb_Configuration.ScreenLayoutLong: CaseIterable {
 698 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 699 |   static var allCases: [Aapt_Pb_Configuration.ScreenLayoutLong] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 700 |     .unset,
 701 |     .long,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:708:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 706 | extension Aapt_Pb_Configuration.ScreenRound: CaseIterable {
 707 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 708 |   static var allCases: [Aapt_Pb_Configuration.ScreenRound] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 709 |     .unset,
 710 |     .round,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:717:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 715 | extension Aapt_Pb_Configuration.WideColorGamut: CaseIterable {
 716 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 717 |   static var allCases: [Aapt_Pb_Configuration.WideColorGamut] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 718 |     .unset,
 719 |     .widecg,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:726:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 724 | extension Aapt_Pb_Configuration.Hdr: CaseIterable {
 725 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 726 |   static var allCases: [Aapt_Pb_Configuration.Hdr] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 727 |     .unset,
 728 |     .highdr,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:735:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 733 | extension Aapt_Pb_Configuration.Orientation: CaseIterable {
 734 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 735 |   static var allCases: [Aapt_Pb_Configuration.Orientation] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 736 |     .unset,
 737 |     .port,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:745:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 743 | extension Aapt_Pb_Configuration.UiModeType: CaseIterable {
 744 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 745 |   static var allCases: [Aapt_Pb_Configuration.UiModeType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 746 |     .unset,
 747 |     .normal,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:759:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 757 | extension Aapt_Pb_Configuration.UiModeNight: CaseIterable {
 758 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 759 |   static var allCases: [Aapt_Pb_Configuration.UiModeNight] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 760 |     .unset,
 761 |     .night,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:768:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 766 | extension Aapt_Pb_Configuration.Touchscreen: CaseIterable {
 767 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 768 |   static var allCases: [Aapt_Pb_Configuration.Touchscreen] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 769 |     .unset,
 770 |     .notouch,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:778:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 776 | extension Aapt_Pb_Configuration.KeysHidden: CaseIterable {
 777 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 778 |   static var allCases: [Aapt_Pb_Configuration.KeysHidden] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 779 |     .unset,
 780 |     .keysexposed,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:788:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 786 | extension Aapt_Pb_Configuration.Keyboard: CaseIterable {
 787 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 788 |   static var allCases: [Aapt_Pb_Configuration.Keyboard] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 789 |     .unset,
 790 |     .nokeys,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:798:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 796 | extension Aapt_Pb_Configuration.NavHidden: CaseIterable {
 797 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 798 |   static var allCases: [Aapt_Pb_Configuration.NavHidden] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 799 |     .unset,
 800 |     .navexposed,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:807:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 805 | extension Aapt_Pb_Configuration.Navigation: CaseIterable {
 806 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 807 |   static var allCases: [Aapt_Pb_Configuration.Navigation] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 808 |     .unset,
 809 |     .nonav,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:818:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 816 | extension Aapt_Pb_Configuration.GrammaticalGender: CaseIterable {
 817 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 818 |   static var allCases: [Aapt_Pb_Configuration.GrammaticalGender] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 819 |     .gramGenderUnset,
 820 |     .gramGenderNeuter,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:834:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
 832 | extension Aapt_Pb_Configuration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 833 |   static let protoMessageName: String = _protobuf_package + ".Configuration"
 834 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
 835 |     1: .same(proto: "mcc"),
 836 |     2: .same(proto: "mnc"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:891:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Configuration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 861 |   ]
 862 |
 863 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 864 |     var _mcc: UInt32 = 0
 865 |     var _mnc: UInt32 = 0
     :
 889 |     var _product: String = String()
 890 |
 891 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Configuration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 892 |
 893 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:672:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Configuration' has non-Sendable type 'Aapt_Pb_Configuration._StorageClass'
 670 |   init() {}
 671 |
 672 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Configuration' has non-Sendable type 'Aapt_Pb_Configuration._StorageClass'
 673 | }
 674 |
     :
 861 |   ]
 862 |
 863 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 864 |     var _mcc: UInt32 = 0
 865 |     var _mnc: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1097:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1095 |
1096 | extension Aapt_Pb_Configuration.LayoutDirection: SwiftProtobuf._ProtoNameProviding {
1097 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1098 |     0: .same(proto: "LAYOUT_DIRECTION_UNSET"),
1099 |     1: .same(proto: "LAYOUT_DIRECTION_LTR"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1105:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1103 |
1104 | extension Aapt_Pb_Configuration.ScreenLayoutSize: SwiftProtobuf._ProtoNameProviding {
1105 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1106 |     0: .same(proto: "SCREEN_LAYOUT_SIZE_UNSET"),
1107 |     1: .same(proto: "SCREEN_LAYOUT_SIZE_SMALL"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1115:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1113 |
1114 | extension Aapt_Pb_Configuration.ScreenLayoutLong: SwiftProtobuf._ProtoNameProviding {
1115 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1116 |     0: .same(proto: "SCREEN_LAYOUT_LONG_UNSET"),
1117 |     1: .same(proto: "SCREEN_LAYOUT_LONG_LONG"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1123:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1121 |
1122 | extension Aapt_Pb_Configuration.ScreenRound: SwiftProtobuf._ProtoNameProviding {
1123 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1124 |     0: .same(proto: "SCREEN_ROUND_UNSET"),
1125 |     1: .same(proto: "SCREEN_ROUND_ROUND"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1131:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1129 |
1130 | extension Aapt_Pb_Configuration.WideColorGamut: SwiftProtobuf._ProtoNameProviding {
1131 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1132 |     0: .same(proto: "WIDE_COLOR_GAMUT_UNSET"),
1133 |     1: .same(proto: "WIDE_COLOR_GAMUT_WIDECG"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1139:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1137 |
1138 | extension Aapt_Pb_Configuration.Hdr: SwiftProtobuf._ProtoNameProviding {
1139 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1140 |     0: .same(proto: "HDR_UNSET"),
1141 |     1: .same(proto: "HDR_HIGHDR"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1147:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1145 |
1146 | extension Aapt_Pb_Configuration.Orientation: SwiftProtobuf._ProtoNameProviding {
1147 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1148 |     0: .same(proto: "ORIENTATION_UNSET"),
1149 |     1: .same(proto: "ORIENTATION_PORT"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1156:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1154 |
1155 | extension Aapt_Pb_Configuration.UiModeType: SwiftProtobuf._ProtoNameProviding {
1156 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1157 |     0: .same(proto: "UI_MODE_TYPE_UNSET"),
1158 |     1: .same(proto: "UI_MODE_TYPE_NORMAL"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1169:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1167 |
1168 | extension Aapt_Pb_Configuration.UiModeNight: SwiftProtobuf._ProtoNameProviding {
1169 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1170 |     0: .same(proto: "UI_MODE_NIGHT_UNSET"),
1171 |     1: .same(proto: "UI_MODE_NIGHT_NIGHT"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1177:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1175 |
1176 | extension Aapt_Pb_Configuration.Touchscreen: SwiftProtobuf._ProtoNameProviding {
1177 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1178 |     0: .same(proto: "TOUCHSCREEN_UNSET"),
1179 |     1: .same(proto: "TOUCHSCREEN_NOTOUCH"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1186:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1184 |
1185 | extension Aapt_Pb_Configuration.KeysHidden: SwiftProtobuf._ProtoNameProviding {
1186 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1187 |     0: .same(proto: "KEYS_HIDDEN_UNSET"),
1188 |     1: .same(proto: "KEYS_HIDDEN_KEYSEXPOSED"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1195:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1193 |
1194 | extension Aapt_Pb_Configuration.Keyboard: SwiftProtobuf._ProtoNameProviding {
1195 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1196 |     0: .same(proto: "KEYBOARD_UNSET"),
1197 |     1: .same(proto: "KEYBOARD_NOKEYS"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1204:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1202 |
1203 | extension Aapt_Pb_Configuration.NavHidden: SwiftProtobuf._ProtoNameProviding {
1204 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1205 |     0: .same(proto: "NAV_HIDDEN_UNSET"),
1206 |     1: .same(proto: "NAV_HIDDEN_NAVEXPOSED"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1212:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1210 |
1211 | extension Aapt_Pb_Configuration.Navigation: SwiftProtobuf._ProtoNameProviding {
1212 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1213 |     0: .same(proto: "NAVIGATION_UNSET"),
1214 |     1: .same(proto: "NAVIGATION_NONAV"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1222:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1220 |
1221 | extension Aapt_Pb_Configuration.GrammaticalGender: SwiftProtobuf._ProtoNameProviding {
1222 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1223 |     0: .same(proto: "GRAM_GENDER_UNSET"),
1224 |     1: .same(proto: "GRAM_GENDER_NEUTER"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:277:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 275 | extension Aapt_Pb_Visibility.Level: CaseIterable {
 276 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 277 |   static var allCases: [Aapt_Pb_Visibility.Level] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 278 |     .unknown,
 279 |     .private,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:417:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 415 | extension Aapt_Pb_OverlayableItem.Policy: CaseIterable {
 416 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 417 |   static var allCases: [Aapt_Pb_OverlayableItem.Policy] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 418 |     .none,
 419 |     .public,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:957:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 955 | extension Aapt_Pb_Reference.TypeEnum: CaseIterable {
 956 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 957 |   static var allCases: [Aapt_Pb_Reference.TypeEnum] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 958 |     .reference,
 959 |     .attribute,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1081:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1079 | extension Aapt_Pb_FileReference.TypeEnum: CaseIterable {
1080 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1081 |   static var allCases: [Aapt_Pb_FileReference.TypeEnum] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1082 |     .unknown,
1083 |     .png,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1436:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1434 | extension Aapt_Pb_Attribute.FormatFlags: CaseIterable {
1435 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1436 |   static var allCases: [Aapt_Pb_Attribute.FormatFlags] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1437 |     .none,
1438 |     .any,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1712:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1710 | extension Aapt_Pb_Plural.Arity: CaseIterable {
1711 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1712 |   static var allCases: [Aapt_Pb_Plural.Arity] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1713 |     .zero,
1714 |     .one,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1974:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1972 | extension Aapt_Pb_StringPool: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1973 |   static let protoMessageName: String = _protobuf_package + ".StringPool"
1974 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1975 |     1: .same(proto: "data"),
1976 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2006:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2004 | extension Aapt_Pb_SourcePosition: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2005 |   static let protoMessageName: String = _protobuf_package + ".SourcePosition"
2006 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2007 |     1: .standard(proto: "line_number"),
2008 |     2: .standard(proto: "column_number"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2044:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2042 | extension Aapt_Pb_Source: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2043 |   static let protoMessageName: String = _protobuf_package + ".Source"
2044 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2045 |     1: .standard(proto: "path_idx"),
2046 |     2: .same(proto: "position"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2082:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2080 | extension Aapt_Pb_ToolFingerprint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2081 |   static let protoMessageName: String = _protobuf_package + ".ToolFingerprint"
2082 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2083 |     1: .same(proto: "tool"),
2084 |     2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2120:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2118 | extension Aapt_Pb_DynamicRefTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2119 |   static let protoMessageName: String = _protobuf_package + ".DynamicRefTable"
2120 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2121 |     1: .standard(proto: "package_id"),
2122 |     2: .standard(proto: "package_name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2158:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2156 | extension Aapt_Pb_ResourceTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2157 |   static let protoMessageName: String = _protobuf_package + ".ResourceTable"
2158 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2159 |     1: .standard(proto: "source_pool"),
2160 |     2: .same(proto: "package"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2214:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2212 | extension Aapt_Pb_PackageId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2213 |   static let protoMessageName: String = _protobuf_package + ".PackageId"
2214 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2215 |     1: .same(proto: "id"),
2216 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2246:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2244 | extension Aapt_Pb_Package: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2245 |   static let protoMessageName: String = _protobuf_package + ".Package"
2246 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2247 |     1: .standard(proto: "package_id"),
2248 |     2: .standard(proto: "package_name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2290:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2288 | extension Aapt_Pb_TypeId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2289 |   static let protoMessageName: String = _protobuf_package + ".TypeId"
2290 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2291 |     1: .same(proto: "id"),
2292 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2322:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2320 | extension Aapt_Pb_Type: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2321 |   static let protoMessageName: String = _protobuf_package + ".Type"
2322 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2323 |     1: .standard(proto: "type_id"),
2324 |     2: .same(proto: "name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2366:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2364 | extension Aapt_Pb_Visibility: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2365 |   static let protoMessageName: String = _protobuf_package + ".Visibility"
2366 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2367 |     1: .same(proto: "level"),
2368 |     2: .same(proto: "source"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2415:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2413 |
2414 | extension Aapt_Pb_Visibility.Level: SwiftProtobuf._ProtoNameProviding {
2415 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2416 |     0: .same(proto: "UNKNOWN"),
2417 |     1: .same(proto: "PRIVATE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2424:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2422 | extension Aapt_Pb_AllowNew: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2423 |   static let protoMessageName: String = _protobuf_package + ".AllowNew"
2424 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2425 |     1: .same(proto: "source"),
2426 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2462:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2460 | extension Aapt_Pb_Overlayable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2461 |   static let protoMessageName: String = _protobuf_package + ".Overlayable"
2462 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2463 |     1: .same(proto: "name"),
2464 |     2: .same(proto: "source"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2506:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2504 | extension Aapt_Pb_OverlayableItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2505 |   static let protoMessageName: String = _protobuf_package + ".OverlayableItem"
2506 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2507 |     1: .same(proto: "source"),
2508 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2555:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2553 |
2554 | extension Aapt_Pb_OverlayableItem.Policy: SwiftProtobuf._ProtoNameProviding {
2555 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2556 |     0: .same(proto: "NONE"),
2557 |     1: .same(proto: "PUBLIC"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2571:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2569 | extension Aapt_Pb_StagedId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2570 |   static let protoMessageName: String = _protobuf_package + ".StagedId"
2571 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2572 |     1: .same(proto: "source"),
2573 |     2: .standard(proto: "staged_id"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2609:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2607 | extension Aapt_Pb_EntryId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2608 |   static let protoMessageName: String = _protobuf_package + ".EntryId"
2609 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2610 |     1: .same(proto: "id"),
2611 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2641:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2639 | extension Aapt_Pb_Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2640 |   static let protoMessageName: String = _protobuf_package + ".Entry"
2641 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2642 |     1: .standard(proto: "entry_id"),
2643 |     2: .same(proto: "name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2662:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
2650 |   ]
2651 |
2652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2653 |     var _entryID: Aapt_Pb_EntryId? = nil
2654 |     var _name: String = String()
     :
2660 |     var _flagDisabledConfigValue: [Aapt_Pb_ConfigValue] = []
2661 |
2662 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2663 |
2664 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:537:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Entry' has non-Sendable type 'Aapt_Pb_Entry._StorageClass'
 535 |   init() {}
 536 |
 537 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Entry' has non-Sendable type 'Aapt_Pb_Entry._StorageClass'
 538 | }
 539 |
     :
2650 |   ]
2651 |
2652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2653 |     var _entryID: Aapt_Pb_EntryId? = nil
2654 |     var _name: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2761:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2759 | extension Aapt_Pb_ConfigValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2760 |   static let protoMessageName: String = _protobuf_package + ".ConfigValue"
2761 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2762 |     1: .same(proto: "config"),
2763 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2799:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2797 | extension Aapt_Pb_Value: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2798 |   static let protoMessageName: String = _protobuf_package + ".Value"
2799 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2800 |     1: .same(proto: "source"),
2801 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2813:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
2805 |   ]
2806 |
2807 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2808 |     var _source: Aapt_Pb_Source? = nil
2809 |     var _comment: String = String()
     :
2811 |     var _value: Aapt_Pb_Value.OneOf_Value?
2812 |
2813 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2814 |
2815 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:644:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Value' has non-Sendable type 'Aapt_Pb_Value._StorageClass'
 642 |   init() {}
 643 |
 644 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Value' has non-Sendable type 'Aapt_Pb_Value._StorageClass'
 645 | }
 646 |
     :
2805 |   ]
2806 |
2807 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2808 |     var _source: Aapt_Pb_Source? = nil
2809 |     var _comment: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2916:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2914 | extension Aapt_Pb_Item: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2915 |   static let protoMessageName: String = _protobuf_package + ".Item"
2916 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2917 |     1: .same(proto: "ref"),
2918 |     2: .same(proto: "str"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3065:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3063 | extension Aapt_Pb_CompoundValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3064 |   static let protoMessageName: String = _protobuf_package + ".CompoundValue"
3065 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3066 |     1: .same(proto: "attr"),
3067 |     2: .same(proto: "style"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3200:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3198 | extension Aapt_Pb_Boolean: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3199 |   static let protoMessageName: String = _protobuf_package + ".Boolean"
3200 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3201 |     1: .same(proto: "value"),
3202 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3232:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3230 | extension Aapt_Pb_Reference: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3231 |   static let protoMessageName: String = _protobuf_package + ".Reference"
3232 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3233 |     1: .same(proto: "type"),
3234 |     2: .same(proto: "id"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3299:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3297 |
3298 | extension Aapt_Pb_Reference.TypeEnum: SwiftProtobuf._ProtoNameProviding {
3299 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3300 |     0: .same(proto: "REFERENCE"),
3301 |     1: .same(proto: "ATTRIBUTE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3326:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3324 | extension Aapt_Pb_String: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3325 |   static let protoMessageName: String = _protobuf_package + ".String"
3326 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3327 |     1: .same(proto: "value"),
3328 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3358:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3356 | extension Aapt_Pb_RawString: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3357 |   static let protoMessageName: String = _protobuf_package + ".RawString"
3358 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3359 |     1: .same(proto: "value"),
3360 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3390:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3388 | extension Aapt_Pb_StyledString: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3389 |   static let protoMessageName: String = _protobuf_package + ".StyledString"
3390 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3391 |     1: .same(proto: "value"),
3392 |     2: .same(proto: "span"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3428:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3426 | extension Aapt_Pb_StyledString.Span: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3427 |   static let protoMessageName: String = Aapt_Pb_StyledString.protoMessageName + ".Span"
3428 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3429 |     1: .same(proto: "tag"),
3430 |     2: .standard(proto: "first_char"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3472:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3470 | extension Aapt_Pb_FileReference: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3471 |   static let protoMessageName: String = _protobuf_package + ".FileReference"
3472 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3473 |     1: .same(proto: "path"),
3474 |     2: .same(proto: "type"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3509:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3507 |
3508 | extension Aapt_Pb_FileReference.TypeEnum: SwiftProtobuf._ProtoNameProviding {
3509 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3510 |     0: .same(proto: "UNKNOWN"),
3511 |     1: .same(proto: "PNG"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3519:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3517 | extension Aapt_Pb_Primitive: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3518 |   static let protoMessageName: String = _protobuf_package + ".Primitive"
3519 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3520 |     1: .standard(proto: "null_value"),
3521 |     2: .standard(proto: "empty_value"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3750:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3748 | extension Aapt_Pb_Attribute: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3749 |   static let protoMessageName: String = _protobuf_package + ".Attribute"
3750 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3751 |     1: .standard(proto: "format_flags"),
3752 |     2: .standard(proto: "min_int"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3799:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3797 |
3798 | extension Aapt_Pb_Attribute.FormatFlags: SwiftProtobuf._ProtoNameProviding {
3799 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3800 |     0: .same(proto: "NONE"),
3801 |     1: .same(proto: "REFERENCE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3817:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3815 | extension Aapt_Pb_Attribute.Symbol: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3816 |   static let protoMessageName: String = Aapt_Pb_Attribute.protoMessageName + ".Symbol"
3817 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3818 |     1: .same(proto: "source"),
3819 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3873:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3871 | extension Aapt_Pb_Style: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3872 |   static let protoMessageName: String = _protobuf_package + ".Style"
3873 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3874 |     1: .same(proto: "parent"),
3875 |     2: .standard(proto: "parent_source"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3917:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3915 | extension Aapt_Pb_Style.Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3916 |   static let protoMessageName: String = Aapt_Pb_Style.protoMessageName + ".Entry"
3917 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3918 |     1: .same(proto: "source"),
3919 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3930:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Style.Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
3922 |   ]
3923 |
3924 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3925 |     var _source: Aapt_Pb_Source? = nil
3926 |     var _comment: String = String()
     :
3928 |     var _item: Aapt_Pb_Item? = nil
3929 |
3930 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Style.Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3931 |
3932 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1522:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Entry' has non-Sendable type 'Aapt_Pb_Style.Entry._StorageClass'
1520 |     init() {}
1521 |
1522 |     fileprivate var _storage = _StorageClass.defaultInstance
     |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Entry' has non-Sendable type 'Aapt_Pb_Style.Entry._StorageClass'
1523 |   }
1524 |
     :
3922 |   ]
3923 |
3924 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3925 |     var _source: Aapt_Pb_Source? = nil
3926 |     var _comment: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4005:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4003 | extension Aapt_Pb_Styleable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4004 |   static let protoMessageName: String = _protobuf_package + ".Styleable"
4005 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4006 |     1: .same(proto: "entry"),
4007 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4037:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4035 | extension Aapt_Pb_Styleable.Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4036 |   static let protoMessageName: String = Aapt_Pb_Styleable.protoMessageName + ".Entry"
4037 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4038 |     1: .same(proto: "source"),
4039 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4081:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4079 | extension Aapt_Pb_Array: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4080 |   static let protoMessageName: String = _protobuf_package + ".Array"
4081 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4082 |     1: .same(proto: "element"),
4083 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4113:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4111 | extension Aapt_Pb_Array.Element: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4112 |   static let protoMessageName: String = Aapt_Pb_Array.protoMessageName + ".Element"
4113 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4114 |     1: .same(proto: "source"),
4115 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4157:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4155 | extension Aapt_Pb_Plural: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4156 |   static let protoMessageName: String = _protobuf_package + ".Plural"
4157 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4158 |     1: .same(proto: "entry"),
4159 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4188:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4186 |
4187 | extension Aapt_Pb_Plural.Arity: SwiftProtobuf._ProtoNameProviding {
4188 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4189 |     0: .same(proto: "ZERO"),
4190 |     1: .same(proto: "ONE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4200:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4198 | extension Aapt_Pb_Plural.Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4199 |   static let protoMessageName: String = Aapt_Pb_Plural.protoMessageName + ".Entry"
4200 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4201 |     1: .same(proto: "source"),
4202 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4250:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4248 | extension Aapt_Pb_XmlNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4249 |   static let protoMessageName: String = _protobuf_package + ".XmlNode"
4250 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4251 |     1: .same(proto: "element"),
4252 |     2: .same(proto: "text"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4314:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4312 | extension Aapt_Pb_XmlElement: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4313 |   static let protoMessageName: String = _protobuf_package + ".XmlElement"
4314 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4315 |     1: .standard(proto: "namespace_declaration"),
4316 |     2: .standard(proto: "namespace_uri"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4370:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4368 | extension Aapt_Pb_XmlNamespace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4369 |   static let protoMessageName: String = _protobuf_package + ".XmlNamespace"
4370 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4371 |     1: .same(proto: "prefix"),
4372 |     2: .same(proto: "uri"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4414:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4412 | extension Aapt_Pb_XmlAttribute: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4413 |   static let protoMessageName: String = _protobuf_package + ".XmlAttribute"
4414 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4415 |     1: .standard(proto: "namespace_uri"),
4416 |     2: .same(proto: "name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4476:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4474 | extension Aapt_Pb_MacroBody: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4475 |   static let protoMessageName: String = _protobuf_package + ".MacroBody"
4476 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4477 |     1: .standard(proto: "raw_string"),
4478 |     2: .standard(proto: "style_string"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4532:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4530 | extension Aapt_Pb_NamespaceAlias: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4531 |   static let protoMessageName: String = _protobuf_package + ".NamespaceAlias"
4532 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4533 |     1: .same(proto: "prefix"),
4534 |     2: .standard(proto: "package_name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4576:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4574 | extension Aapt_Pb_StyleString: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4575 |   static let protoMessageName: String = _protobuf_package + ".StyleString"
4576 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4577 |     1: .same(proto: "str"),
4578 |     2: .same(proto: "spans"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4614:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4612 | extension Aapt_Pb_StyleString.Span: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4613 |   static let protoMessageName: String = Aapt_Pb_StyleString.protoMessageName + ".Span"
4614 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4615 |     1: .same(proto: "name"),
4616 |     2: .standard(proto: "start_index"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4658:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4656 | extension Aapt_Pb_UntranslatableSection: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4657 |   static let protoMessageName: String = _protobuf_package + ".UntranslatableSection"
4658 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4659 |     1: .standard(proto: "start_index"),
4660 |     2: .standard(proto: "end_index"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[891/898] Compiling Rosalind AppBundleLoader.swift
[892/898] Compiling Rosalind AppBundleReport.swift
[893/898] Compiling Rosalind Configuration.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:679:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 677 | extension Aapt_Pb_Configuration.LayoutDirection: CaseIterable {
 678 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 679 |   static var allCases: [Aapt_Pb_Configuration.LayoutDirection] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 680 |     .unset,
 681 |     .ltr,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:688:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 686 | extension Aapt_Pb_Configuration.ScreenLayoutSize: CaseIterable {
 687 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 688 |   static var allCases: [Aapt_Pb_Configuration.ScreenLayoutSize] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 689 |     .unset,
 690 |     .small,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:699:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 697 | extension Aapt_Pb_Configuration.ScreenLayoutLong: CaseIterable {
 698 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 699 |   static var allCases: [Aapt_Pb_Configuration.ScreenLayoutLong] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 700 |     .unset,
 701 |     .long,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:708:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 706 | extension Aapt_Pb_Configuration.ScreenRound: CaseIterable {
 707 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 708 |   static var allCases: [Aapt_Pb_Configuration.ScreenRound] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 709 |     .unset,
 710 |     .round,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:717:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 715 | extension Aapt_Pb_Configuration.WideColorGamut: CaseIterable {
 716 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 717 |   static var allCases: [Aapt_Pb_Configuration.WideColorGamut] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 718 |     .unset,
 719 |     .widecg,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:726:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 724 | extension Aapt_Pb_Configuration.Hdr: CaseIterable {
 725 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 726 |   static var allCases: [Aapt_Pb_Configuration.Hdr] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 727 |     .unset,
 728 |     .highdr,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:735:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 733 | extension Aapt_Pb_Configuration.Orientation: CaseIterable {
 734 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 735 |   static var allCases: [Aapt_Pb_Configuration.Orientation] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 736 |     .unset,
 737 |     .port,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:745:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 743 | extension Aapt_Pb_Configuration.UiModeType: CaseIterable {
 744 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 745 |   static var allCases: [Aapt_Pb_Configuration.UiModeType] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 746 |     .unset,
 747 |     .normal,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:759:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 757 | extension Aapt_Pb_Configuration.UiModeNight: CaseIterable {
 758 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 759 |   static var allCases: [Aapt_Pb_Configuration.UiModeNight] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 760 |     .unset,
 761 |     .night,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:768:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 766 | extension Aapt_Pb_Configuration.Touchscreen: CaseIterable {
 767 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 768 |   static var allCases: [Aapt_Pb_Configuration.Touchscreen] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 769 |     .unset,
 770 |     .notouch,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:778:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 776 | extension Aapt_Pb_Configuration.KeysHidden: CaseIterable {
 777 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 778 |   static var allCases: [Aapt_Pb_Configuration.KeysHidden] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 779 |     .unset,
 780 |     .keysexposed,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:788:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 786 | extension Aapt_Pb_Configuration.Keyboard: CaseIterable {
 787 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 788 |   static var allCases: [Aapt_Pb_Configuration.Keyboard] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 789 |     .unset,
 790 |     .nokeys,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:798:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 796 | extension Aapt_Pb_Configuration.NavHidden: CaseIterable {
 797 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 798 |   static var allCases: [Aapt_Pb_Configuration.NavHidden] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 799 |     .unset,
 800 |     .navexposed,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:807:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 805 | extension Aapt_Pb_Configuration.Navigation: CaseIterable {
 806 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 807 |   static var allCases: [Aapt_Pb_Configuration.Navigation] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 808 |     .unset,
 809 |     .nonav,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:818:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 816 | extension Aapt_Pb_Configuration.GrammaticalGender: CaseIterable {
 817 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 818 |   static var allCases: [Aapt_Pb_Configuration.GrammaticalGender] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 819 |     .gramGenderUnset,
 820 |     .gramGenderNeuter,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:834:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
 832 | extension Aapt_Pb_Configuration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 833 |   static let protoMessageName: String = _protobuf_package + ".Configuration"
 834 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
 835 |     1: .same(proto: "mcc"),
 836 |     2: .same(proto: "mnc"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:891:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Configuration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 861 |   ]
 862 |
 863 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 864 |     var _mcc: UInt32 = 0
 865 |     var _mnc: UInt32 = 0
     :
 889 |     var _product: String = String()
 890 |
 891 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Configuration._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 892 |
 893 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:672:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Configuration' has non-Sendable type 'Aapt_Pb_Configuration._StorageClass'
 670 |   init() {}
 671 |
 672 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Configuration' has non-Sendable type 'Aapt_Pb_Configuration._StorageClass'
 673 | }
 674 |
     :
 861 |   ]
 862 |
 863 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
 864 |     var _mcc: UInt32 = 0
 865 |     var _mnc: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1097:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1095 |
1096 | extension Aapt_Pb_Configuration.LayoutDirection: SwiftProtobuf._ProtoNameProviding {
1097 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1098 |     0: .same(proto: "LAYOUT_DIRECTION_UNSET"),
1099 |     1: .same(proto: "LAYOUT_DIRECTION_LTR"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1105:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1103 |
1104 | extension Aapt_Pb_Configuration.ScreenLayoutSize: SwiftProtobuf._ProtoNameProviding {
1105 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1106 |     0: .same(proto: "SCREEN_LAYOUT_SIZE_UNSET"),
1107 |     1: .same(proto: "SCREEN_LAYOUT_SIZE_SMALL"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1115:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1113 |
1114 | extension Aapt_Pb_Configuration.ScreenLayoutLong: SwiftProtobuf._ProtoNameProviding {
1115 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1116 |     0: .same(proto: "SCREEN_LAYOUT_LONG_UNSET"),
1117 |     1: .same(proto: "SCREEN_LAYOUT_LONG_LONG"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1123:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1121 |
1122 | extension Aapt_Pb_Configuration.ScreenRound: SwiftProtobuf._ProtoNameProviding {
1123 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1124 |     0: .same(proto: "SCREEN_ROUND_UNSET"),
1125 |     1: .same(proto: "SCREEN_ROUND_ROUND"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1131:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1129 |
1130 | extension Aapt_Pb_Configuration.WideColorGamut: SwiftProtobuf._ProtoNameProviding {
1131 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1132 |     0: .same(proto: "WIDE_COLOR_GAMUT_UNSET"),
1133 |     1: .same(proto: "WIDE_COLOR_GAMUT_WIDECG"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1139:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1137 |
1138 | extension Aapt_Pb_Configuration.Hdr: SwiftProtobuf._ProtoNameProviding {
1139 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1140 |     0: .same(proto: "HDR_UNSET"),
1141 |     1: .same(proto: "HDR_HIGHDR"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1147:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1145 |
1146 | extension Aapt_Pb_Configuration.Orientation: SwiftProtobuf._ProtoNameProviding {
1147 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1148 |     0: .same(proto: "ORIENTATION_UNSET"),
1149 |     1: .same(proto: "ORIENTATION_PORT"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1156:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1154 |
1155 | extension Aapt_Pb_Configuration.UiModeType: SwiftProtobuf._ProtoNameProviding {
1156 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1157 |     0: .same(proto: "UI_MODE_TYPE_UNSET"),
1158 |     1: .same(proto: "UI_MODE_TYPE_NORMAL"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1169:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1167 |
1168 | extension Aapt_Pb_Configuration.UiModeNight: SwiftProtobuf._ProtoNameProviding {
1169 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1170 |     0: .same(proto: "UI_MODE_NIGHT_UNSET"),
1171 |     1: .same(proto: "UI_MODE_NIGHT_NIGHT"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1177:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1175 |
1176 | extension Aapt_Pb_Configuration.Touchscreen: SwiftProtobuf._ProtoNameProviding {
1177 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1178 |     0: .same(proto: "TOUCHSCREEN_UNSET"),
1179 |     1: .same(proto: "TOUCHSCREEN_NOTOUCH"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1186:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1184 |
1185 | extension Aapt_Pb_Configuration.KeysHidden: SwiftProtobuf._ProtoNameProviding {
1186 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1187 |     0: .same(proto: "KEYS_HIDDEN_UNSET"),
1188 |     1: .same(proto: "KEYS_HIDDEN_KEYSEXPOSED"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1195:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1193 |
1194 | extension Aapt_Pb_Configuration.Keyboard: SwiftProtobuf._ProtoNameProviding {
1195 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1196 |     0: .same(proto: "KEYBOARD_UNSET"),
1197 |     1: .same(proto: "KEYBOARD_NOKEYS"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1204:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1202 |
1203 | extension Aapt_Pb_Configuration.NavHidden: SwiftProtobuf._ProtoNameProviding {
1204 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1205 |     0: .same(proto: "NAV_HIDDEN_UNSET"),
1206 |     1: .same(proto: "NAV_HIDDEN_NAVEXPOSED"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1212:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1210 |
1211 | extension Aapt_Pb_Configuration.Navigation: SwiftProtobuf._ProtoNameProviding {
1212 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1213 |     0: .same(proto: "NAVIGATION_UNSET"),
1214 |     1: .same(proto: "NAVIGATION_NONAV"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Configuration.pb.swift:1222:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1220 |
1221 | extension Aapt_Pb_Configuration.GrammaticalGender: SwiftProtobuf._ProtoNameProviding {
1222 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1223 |     0: .same(proto: "GRAM_GENDER_UNSET"),
1224 |     1: .same(proto: "GRAM_GENDER_NEUTER"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[894/898] Compiling Rosalind Resources.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:277:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 275 | extension Aapt_Pb_Visibility.Level: CaseIterable {
 276 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 277 |   static var allCases: [Aapt_Pb_Visibility.Level] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 278 |     .unknown,
 279 |     .private,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:417:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 415 | extension Aapt_Pb_OverlayableItem.Policy: CaseIterable {
 416 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 417 |   static var allCases: [Aapt_Pb_OverlayableItem.Policy] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 418 |     .none,
 419 |     .public,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:957:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 955 | extension Aapt_Pb_Reference.TypeEnum: CaseIterable {
 956 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 957 |   static var allCases: [Aapt_Pb_Reference.TypeEnum] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 958 |     .reference,
 959 |     .attribute,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1081:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1079 | extension Aapt_Pb_FileReference.TypeEnum: CaseIterable {
1080 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1081 |   static var allCases: [Aapt_Pb_FileReference.TypeEnum] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1082 |     .unknown,
1083 |     .png,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1436:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1434 | extension Aapt_Pb_Attribute.FormatFlags: CaseIterable {
1435 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1436 |   static var allCases: [Aapt_Pb_Attribute.FormatFlags] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1437 |     .none,
1438 |     .any,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1712:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1710 | extension Aapt_Pb_Plural.Arity: CaseIterable {
1711 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1712 |   static var allCases: [Aapt_Pb_Plural.Arity] = [
     |              |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |              |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |              |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1713 |     .zero,
1714 |     .one,
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1974:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1972 | extension Aapt_Pb_StringPool: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1973 |   static let protoMessageName: String = _protobuf_package + ".StringPool"
1974 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
1975 |     1: .same(proto: "data"),
1976 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2006:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2004 | extension Aapt_Pb_SourcePosition: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2005 |   static let protoMessageName: String = _protobuf_package + ".SourcePosition"
2006 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2007 |     1: .standard(proto: "line_number"),
2008 |     2: .standard(proto: "column_number"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2044:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2042 | extension Aapt_Pb_Source: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2043 |   static let protoMessageName: String = _protobuf_package + ".Source"
2044 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2045 |     1: .standard(proto: "path_idx"),
2046 |     2: .same(proto: "position"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2082:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2080 | extension Aapt_Pb_ToolFingerprint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2081 |   static let protoMessageName: String = _protobuf_package + ".ToolFingerprint"
2082 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2083 |     1: .same(proto: "tool"),
2084 |     2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2120:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2118 | extension Aapt_Pb_DynamicRefTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2119 |   static let protoMessageName: String = _protobuf_package + ".DynamicRefTable"
2120 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2121 |     1: .standard(proto: "package_id"),
2122 |     2: .standard(proto: "package_name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2158:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2156 | extension Aapt_Pb_ResourceTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2157 |   static let protoMessageName: String = _protobuf_package + ".ResourceTable"
2158 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2159 |     1: .standard(proto: "source_pool"),
2160 |     2: .same(proto: "package"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2214:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2212 | extension Aapt_Pb_PackageId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2213 |   static let protoMessageName: String = _protobuf_package + ".PackageId"
2214 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2215 |     1: .same(proto: "id"),
2216 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2246:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2244 | extension Aapt_Pb_Package: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2245 |   static let protoMessageName: String = _protobuf_package + ".Package"
2246 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2247 |     1: .standard(proto: "package_id"),
2248 |     2: .standard(proto: "package_name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2290:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2288 | extension Aapt_Pb_TypeId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2289 |   static let protoMessageName: String = _protobuf_package + ".TypeId"
2290 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2291 |     1: .same(proto: "id"),
2292 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2322:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2320 | extension Aapt_Pb_Type: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2321 |   static let protoMessageName: String = _protobuf_package + ".Type"
2322 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2323 |     1: .standard(proto: "type_id"),
2324 |     2: .same(proto: "name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2366:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2364 | extension Aapt_Pb_Visibility: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2365 |   static let protoMessageName: String = _protobuf_package + ".Visibility"
2366 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2367 |     1: .same(proto: "level"),
2368 |     2: .same(proto: "source"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2415:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2413 |
2414 | extension Aapt_Pb_Visibility.Level: SwiftProtobuf._ProtoNameProviding {
2415 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2416 |     0: .same(proto: "UNKNOWN"),
2417 |     1: .same(proto: "PRIVATE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2424:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2422 | extension Aapt_Pb_AllowNew: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2423 |   static let protoMessageName: String = _protobuf_package + ".AllowNew"
2424 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2425 |     1: .same(proto: "source"),
2426 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2462:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2460 | extension Aapt_Pb_Overlayable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2461 |   static let protoMessageName: String = _protobuf_package + ".Overlayable"
2462 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2463 |     1: .same(proto: "name"),
2464 |     2: .same(proto: "source"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2506:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2504 | extension Aapt_Pb_OverlayableItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2505 |   static let protoMessageName: String = _protobuf_package + ".OverlayableItem"
2506 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2507 |     1: .same(proto: "source"),
2508 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2555:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2553 |
2554 | extension Aapt_Pb_OverlayableItem.Policy: SwiftProtobuf._ProtoNameProviding {
2555 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2556 |     0: .same(proto: "NONE"),
2557 |     1: .same(proto: "PUBLIC"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2571:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2569 | extension Aapt_Pb_StagedId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2570 |   static let protoMessageName: String = _protobuf_package + ".StagedId"
2571 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2572 |     1: .same(proto: "source"),
2573 |     2: .standard(proto: "staged_id"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2609:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2607 | extension Aapt_Pb_EntryId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2608 |   static let protoMessageName: String = _protobuf_package + ".EntryId"
2609 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2610 |     1: .same(proto: "id"),
2611 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2641:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2639 | extension Aapt_Pb_Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2640 |   static let protoMessageName: String = _protobuf_package + ".Entry"
2641 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2642 |     1: .standard(proto: "entry_id"),
2643 |     2: .same(proto: "name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2662:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
2650 |   ]
2651 |
2652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2653 |     var _entryID: Aapt_Pb_EntryId? = nil
2654 |     var _name: String = String()
     :
2660 |     var _flagDisabledConfigValue: [Aapt_Pb_ConfigValue] = []
2661 |
2662 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2663 |
2664 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:537:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Entry' has non-Sendable type 'Aapt_Pb_Entry._StorageClass'
 535 |   init() {}
 536 |
 537 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Entry' has non-Sendable type 'Aapt_Pb_Entry._StorageClass'
 538 | }
 539 |
     :
2650 |   ]
2651 |
2652 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2653 |     var _entryID: Aapt_Pb_EntryId? = nil
2654 |     var _name: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2761:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2759 | extension Aapt_Pb_ConfigValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2760 |   static let protoMessageName: String = _protobuf_package + ".ConfigValue"
2761 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2762 |     1: .same(proto: "config"),
2763 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2799:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2797 | extension Aapt_Pb_Value: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2798 |   static let protoMessageName: String = _protobuf_package + ".Value"
2799 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2800 |     1: .same(proto: "source"),
2801 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2813:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
2805 |   ]
2806 |
2807 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2808 |     var _source: Aapt_Pb_Source? = nil
2809 |     var _comment: String = String()
     :
2811 |     var _value: Aapt_Pb_Value.OneOf_Value?
2812 |
2813 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Value._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2814 |
2815 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:644:19: warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Value' has non-Sendable type 'Aapt_Pb_Value._StorageClass'
 642 |   init() {}
 643 |
 644 |   fileprivate var _storage = _StorageClass.defaultInstance
     |                   `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Aapt_Pb_Value' has non-Sendable type 'Aapt_Pb_Value._StorageClass'
 645 | }
 646 |
     :
2805 |   ]
2806 |
2807 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2808 |     var _source: Aapt_Pb_Source? = nil
2809 |     var _comment: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:2916:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2914 | extension Aapt_Pb_Item: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2915 |   static let protoMessageName: String = _protobuf_package + ".Item"
2916 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
2917 |     1: .same(proto: "ref"),
2918 |     2: .same(proto: "str"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3065:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3063 | extension Aapt_Pb_CompoundValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3064 |   static let protoMessageName: String = _protobuf_package + ".CompoundValue"
3065 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3066 |     1: .same(proto: "attr"),
3067 |     2: .same(proto: "style"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3200:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3198 | extension Aapt_Pb_Boolean: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3199 |   static let protoMessageName: String = _protobuf_package + ".Boolean"
3200 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3201 |     1: .same(proto: "value"),
3202 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3232:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3230 | extension Aapt_Pb_Reference: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3231 |   static let protoMessageName: String = _protobuf_package + ".Reference"
3232 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3233 |     1: .same(proto: "type"),
3234 |     2: .same(proto: "id"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3299:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3297 |
3298 | extension Aapt_Pb_Reference.TypeEnum: SwiftProtobuf._ProtoNameProviding {
3299 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3300 |     0: .same(proto: "REFERENCE"),
3301 |     1: .same(proto: "ATTRIBUTE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3326:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3324 | extension Aapt_Pb_String: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3325 |   static let protoMessageName: String = _protobuf_package + ".String"
3326 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3327 |     1: .same(proto: "value"),
3328 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3358:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3356 | extension Aapt_Pb_RawString: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3357 |   static let protoMessageName: String = _protobuf_package + ".RawString"
3358 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3359 |     1: .same(proto: "value"),
3360 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3390:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3388 | extension Aapt_Pb_StyledString: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3389 |   static let protoMessageName: String = _protobuf_package + ".StyledString"
3390 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3391 |     1: .same(proto: "value"),
3392 |     2: .same(proto: "span"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3428:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3426 | extension Aapt_Pb_StyledString.Span: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3427 |   static let protoMessageName: String = Aapt_Pb_StyledString.protoMessageName + ".Span"
3428 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3429 |     1: .same(proto: "tag"),
3430 |     2: .standard(proto: "first_char"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3472:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3470 | extension Aapt_Pb_FileReference: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3471 |   static let protoMessageName: String = _protobuf_package + ".FileReference"
3472 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3473 |     1: .same(proto: "path"),
3474 |     2: .same(proto: "type"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3509:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3507 |
3508 | extension Aapt_Pb_FileReference.TypeEnum: SwiftProtobuf._ProtoNameProviding {
3509 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3510 |     0: .same(proto: "UNKNOWN"),
3511 |     1: .same(proto: "PNG"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3519:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3517 | extension Aapt_Pb_Primitive: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3518 |   static let protoMessageName: String = _protobuf_package + ".Primitive"
3519 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3520 |     1: .standard(proto: "null_value"),
3521 |     2: .standard(proto: "empty_value"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3750:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3748 | extension Aapt_Pb_Attribute: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3749 |   static let protoMessageName: String = _protobuf_package + ".Attribute"
3750 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3751 |     1: .standard(proto: "format_flags"),
3752 |     2: .standard(proto: "min_int"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3799:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3797 |
3798 | extension Aapt_Pb_Attribute.FormatFlags: SwiftProtobuf._ProtoNameProviding {
3799 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3800 |     0: .same(proto: "NONE"),
3801 |     1: .same(proto: "REFERENCE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3817:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3815 | extension Aapt_Pb_Attribute.Symbol: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3816 |   static let protoMessageName: String = Aapt_Pb_Attribute.protoMessageName + ".Symbol"
3817 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3818 |     1: .same(proto: "source"),
3819 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3873:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3871 | extension Aapt_Pb_Style: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3872 |   static let protoMessageName: String = _protobuf_package + ".Style"
3873 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3874 |     1: .same(proto: "parent"),
3875 |     2: .standard(proto: "parent_source"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3917:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3915 | extension Aapt_Pb_Style.Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3916 |   static let protoMessageName: String = Aapt_Pb_Style.protoMessageName + ".Entry"
3917 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
3918 |     1: .same(proto: "source"),
3919 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:3930:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Style.Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
3922 |   ]
3923 |
3924 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3925 |     var _source: Aapt_Pb_Source? = nil
3926 |     var _comment: String = String()
     :
3928 |     var _item: Aapt_Pb_Item? = nil
3929 |
3930 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Aapt_Pb_Style.Entry._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3931 |
3932 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:1522:21: warning: stored property '_storage' of 'Sendable'-conforming struct 'Entry' has non-Sendable type 'Aapt_Pb_Style.Entry._StorageClass'
1520 |     init() {}
1521 |
1522 |     fileprivate var _storage = _StorageClass.defaultInstance
     |                     `- warning: stored property '_storage' of 'Sendable'-conforming struct 'Entry' has non-Sendable type 'Aapt_Pb_Style.Entry._StorageClass'
1523 |   }
1524 |
     :
3922 |   ]
3923 |
3924 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3925 |     var _source: Aapt_Pb_Source? = nil
3926 |     var _comment: String = String()
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4005:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4003 | extension Aapt_Pb_Styleable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4004 |   static let protoMessageName: String = _protobuf_package + ".Styleable"
4005 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4006 |     1: .same(proto: "entry"),
4007 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4037:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4035 | extension Aapt_Pb_Styleable.Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4036 |   static let protoMessageName: String = Aapt_Pb_Styleable.protoMessageName + ".Entry"
4037 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4038 |     1: .same(proto: "source"),
4039 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4081:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4079 | extension Aapt_Pb_Array: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4080 |   static let protoMessageName: String = _protobuf_package + ".Array"
4081 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4082 |     1: .same(proto: "element"),
4083 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4113:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4111 | extension Aapt_Pb_Array.Element: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4112 |   static let protoMessageName: String = Aapt_Pb_Array.protoMessageName + ".Element"
4113 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4114 |     1: .same(proto: "source"),
4115 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4157:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4155 | extension Aapt_Pb_Plural: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4156 |   static let protoMessageName: String = _protobuf_package + ".Plural"
4157 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4158 |     1: .same(proto: "entry"),
4159 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4188:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4186 |
4187 | extension Aapt_Pb_Plural.Arity: SwiftProtobuf._ProtoNameProviding {
4188 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4189 |     0: .same(proto: "ZERO"),
4190 |     1: .same(proto: "ONE"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4200:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4198 | extension Aapt_Pb_Plural.Entry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4199 |   static let protoMessageName: String = Aapt_Pb_Plural.protoMessageName + ".Entry"
4200 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4201 |     1: .same(proto: "source"),
4202 |     2: .same(proto: "comment"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4250:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4248 | extension Aapt_Pb_XmlNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4249 |   static let protoMessageName: String = _protobuf_package + ".XmlNode"
4250 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4251 |     1: .same(proto: "element"),
4252 |     2: .same(proto: "text"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4314:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4312 | extension Aapt_Pb_XmlElement: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4313 |   static let protoMessageName: String = _protobuf_package + ".XmlElement"
4314 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4315 |     1: .standard(proto: "namespace_declaration"),
4316 |     2: .standard(proto: "namespace_uri"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4370:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4368 | extension Aapt_Pb_XmlNamespace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4369 |   static let protoMessageName: String = _protobuf_package + ".XmlNamespace"
4370 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4371 |     1: .same(proto: "prefix"),
4372 |     2: .same(proto: "uri"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4414:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4412 | extension Aapt_Pb_XmlAttribute: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4413 |   static let protoMessageName: String = _protobuf_package + ".XmlAttribute"
4414 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4415 |     1: .standard(proto: "namespace_uri"),
4416 |     2: .same(proto: "name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4476:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4474 | extension Aapt_Pb_MacroBody: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4475 |   static let protoMessageName: String = _protobuf_package + ".MacroBody"
4476 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4477 |     1: .standard(proto: "raw_string"),
4478 |     2: .standard(proto: "style_string"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4532:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4530 | extension Aapt_Pb_NamespaceAlias: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4531 |   static let protoMessageName: String = _protobuf_package + ".NamespaceAlias"
4532 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4533 |     1: .same(proto: "prefix"),
4534 |     2: .standard(proto: "package_name"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4576:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4574 | extension Aapt_Pb_StyleString: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4575 |   static let protoMessageName: String = _protobuf_package + ".StyleString"
4576 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4577 |     1: .same(proto: "str"),
4578 |     2: .same(proto: "spans"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4614:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4612 | extension Aapt_Pb_StyleString.Span: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4613 |   static let protoMessageName: String = Aapt_Pb_StyleString.protoMessageName + ".Span"
4614 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4615 |     1: .same(proto: "name"),
4616 |     2: .standard(proto: "start_index"),
/Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Generated/Resources.pb.swift:4658:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4656 | extension Aapt_Pb_UntranslatableSection: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4657 |   static let protoMessageName: String = _protobuf_package + ".UntranslatableSection"
4658 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin. [#DeprecatedDeclaration]
4659 |     1: .standard(proto: "start_index"),
4660 |     2: .standard(proto: "end_index"),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[895/898] Compiling Rosalind Sequence+Concurrency.swift
[896/898] Compiling Rosalind FileHandle+Read.swift
[897/899] Compiling Rosalind ShasumCalculator.swift
[897/899] Write Objects.LinkFileList
[898/899] Archiving libRosalind.a
Build complete! (74.72s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/p-x9/MachOKit
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/tuist/FileSystem.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/tuist/Command.git
Fetching https://github.com/Kolos65/Mockable
[1/2032] Fetching command
[2033/4099] Fetching command, mockable
[4100/21546] Fetching command, mockable, swift-crypto
[4101/69301] Fetching command, mockable, swift-crypto, swift-protobuf
[4102/73997] Fetching command, mockable, swift-crypto, swift-protobuf, filesystem
[4149/80692] Fetching command, mockable, swift-crypto, swift-protobuf, filesystem, machokit
[4244/96761] Fetching command, mockable, swift-crypto, swift-protobuf, filesystem, machokit, swift-snapshot-testing
Fetched https://github.com/p-x9/MachOKit from cache (2.03s)
[15132/90066] Fetching command, mockable, swift-crypto, swift-protobuf, filesystem, swift-snapshot-testing
Fetching https://github.com/tuist/Path.git
[32826/90467] Fetching command, mockable, swift-crypto, swift-protobuf, filesystem, swift-snapshot-testing, path
Fetched https://github.com/tuist/Path.git from cache (0.69s)
[39761/90066] Fetching command, mockable, swift-crypto, swift-protobuf, filesystem, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.32s)
[54895/73997] Fetching command, mockable, swift-crypto, swift-protobuf, filesystem
Fetched https://github.com/tuist/Command.git from cache (9.08s)
Fetched https://github.com/tuist/FileSystem.git from cache (9.08s)
Fetched https://github.com/apple/swift-crypto.git from cache (9.08s)
Fetched https://github.com/apple/swift-protobuf.git from cache (9.08s)
Fetched https://github.com/Kolos65/Mockable from cache (9.08s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (9.91s)
Computing version for https://github.com/Kolos65/Mockable
Computed https://github.com/Kolos65/Mockable at 0.6.2 (0.60s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5723] Fetching xctest-dynamic-overlay
[5324/80762] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.70s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.70s)
Computing version for https://github.com/p-x9/MachOKit
warning: 'machokit': /Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
130 |     public static var allCases: [Self] {
131 |         [
Computed https://github.com/p-x9/MachOKit at 0.49.0 (5.32s)
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/p-x9/ObjectArchiveKit.git
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/p-x9/swift-fileio-extra.git
[1/259] Fetching objectarchivekit
[211/307] Fetching objectarchivekit, swift-fileio-extra
[259/553] Fetching objectarchivekit, swift-fileio-extra, swift-fileio
[459/795] Fetching objectarchivekit, swift-fileio-extra, swift-fileio, swift-binary-parse-support
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.77s)
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.77s)
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.77s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.77s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.64s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.06s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (1.64s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.03s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (1.72s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (0.56s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.5.0 (0.59s)
Computing version for https://github.com/p-x9/swift-fileio-extra.git
Computed https://github.com/p-x9/swift-fileio-extra.git at 0.2.2 (0.58s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.56s)
Computing version for https://github.com/tuist/Command.git
Computed https://github.com/tuist/Command.git at 0.14.1 (0.57s)
Fetching https://github.com/apple/swift-log
[1/6726] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.17s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.79s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (2.28s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.61s)
Computing version for https://github.com/tuist/FileSystem.git
Computed https://github.com/tuist/FileSystem.git at 0.17.1 (0.60s)
Fetching https://github.com/tuist/ZIPFoundation
[1/4879] Fetching zipfoundation
Fetched https://github.com/tuist/ZIPFoundation from cache (1.23s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.21 (1.85s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.78s)
Creating working copy for https://github.com/p-x9/MachOKit
Working copy of https://github.com/p-x9/MachOKit resolved at 0.49.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/p-x9/ObjectArchiveKit.git
Working copy of https://github.com/p-x9/ObjectArchiveKit.git resolved at 0.5.0
Creating working copy for https://github.com/Kolos65/Mockable
Working copy of https://github.com/Kolos65/Mockable resolved at 0.6.2
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/tuist/Command.git
Working copy of https://github.com/tuist/Command.git resolved at 0.14.1
Creating working copy for https://github.com/tuist/FileSystem.git
Working copy of https://github.com/tuist/FileSystem.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.37.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.21
Creating working copy for https://github.com/p-x9/swift-fileio-extra.git
Working copy of https://github.com/p-x9/swift-fileio-extra.git resolved at 0.2.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
warning: 'machokit': /Users/admin/builder/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
130 |     public static var allCases: [Self] {
131 |         [
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.16s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Resources.proto
    /Users/admin/builder/spi-builder-workspace/Sources/Rosalind/Proto/Configuration.proto
Build complete.
{
  "dependencies" : [
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    },
    {
      "identity" : "filesystem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.37",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/FileSystem.git"
    },
    {
      "identity" : "command",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Command.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit"
    },
    {
      "identity" : "mockable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kolos65/Mockable"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.37.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Rosalind",
  "name" : "Rosalind",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Rosalind",
      "targets" : [
        "Rosalind"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RosalindTests",
      "module_type" : "SwiftTarget",
      "name" : "RosalindTests",
      "path" : "Tests/RosalindTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "Mockable"
      ],
      "sources" : [
        "AndroidBundleMetadataServiceTests.swift",
        "AppBundleLoaderTests.swift",
        "AssetUtilControllerTests.swift",
        "Extensions/Snapshotting+RosalindReport.swift",
        "RosalindAcceptanceTests.swift",
        "RosalindTests.swift"
      ],
      "target_dependencies" : [
        "Rosalind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rosalind",
      "module_type" : "SwiftTarget",
      "name" : "Rosalind",
      "path" : "Sources/Rosalind",
      "product_dependencies" : [
        "Crypto",
        "Path",
        "FileSystem",
        "Command",
        "MachOKit",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Rosalind"
      ],
      "sources" : [
        "AndroidBundleMetadataService.swift",
        "AppBundle.swift",
        "AppBundleLoader.swift",
        "AppBundleReport.swift",
        "AssetUtilController.swift",
        "Extensions/FileHandle+Read.swift",
        "Extensions/Sequence+Concurrency.swift",
        "PoolLock.swift",
        "Proto/Generated/Configuration.pb.swift",
        "Proto/Generated/Resources.pb.swift",
        "Rosalind.swift",
        "ShasumCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.