The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-prefs, reference main (658ad3), with Swift 6.1 for macOS (SPM) on 29 Nov 2025 07:58:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-prefs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/swift-prefs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 658ad3c Renamed repository to swift-prefs
Cloned https://github.com/orchetect/swift-prefs.git
Revision (git rev-parse @):
658ad3c76d92ac457a195fa60c82d8e7c771b3fe
SUCCESS checkout https://github.com/orchetect/swift-prefs.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/swift-prefs.git
https://github.com/orchetect/swift-prefs.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "99999999.999.999"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-prefs",
  "name" : "swift-prefs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftPrefs",
      "targets" : [
        "SwiftPrefs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPrefsCore",
      "targets" : [
        "SwiftPrefsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPrefsUI",
      "targets" : [
        "SwiftPrefsUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPrefsMacrosImplementation",
      "targets" : [
        "SwiftPrefsMacrosImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftPrefsUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsUI",
      "path" : "Sources/SwiftPrefsUI",
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsUI"
      ],
      "sources" : [
        "MultiplatformSection.swift",
        "SectionFooterView.swift",
        "SwiftPrefsUI.swift",
        "SystemSettings/SystemSettings Panel.swift",
        "SystemSettings/SystemSettings.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPrefsTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsTypesTests",
      "path" : "Tests/SwiftPrefsTypesTests",
      "sources" : [
        "PrefsStorage Traits/PrefsStorageExportableTests.swift",
        "PrefsStorage Traits/PrefsStorageImportableLoadTests.swift",
        "PrefsStorage Traits/PrefsStorageImportableTests.swift",
        "PrefsStorage Traits/PrefsStorageInitializableTests.swift",
        "PrefsStorage/PrefsStorage+Static Tests.swift",
        "PrefsStorage/PrefsStorageArrayTests.swift",
        "PrefsStorage/PrefsStorageDictionaryTests.swift",
        "TestContent/TestContent Basic.swift",
        "TestContent/TestContent.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPrefsTypes",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsTypes",
      "path" : "Sources/SwiftPrefsTypes",
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsCore",
        "SwiftPrefsUI"
      ],
      "sources" : [
        "PrefsCodable Prototypes/AtomicPrefsCoding.swift",
        "PrefsCodable Prototypes/CodableArrayPrefsCoding.swift",
        "PrefsCodable Prototypes/CodableDictionaryPrefsCoding.swift",
        "PrefsCodable Prototypes/CodablePrefsCoding.swift",
        "PrefsCodable Prototypes/JSONDataCodablePrefsCoding.swift",
        "PrefsCodable Prototypes/JSONStringCodablePrefsCoding.swift",
        "PrefsCodable Prototypes/PrefsCoding.swift",
        "PrefsCodable Prototypes/PrefsCodingTuple.swift",
        "PrefsCodable Prototypes/RawRepresentableArrayPrefsCoding.swift",
        "PrefsCodable Prototypes/RawRepresentableDictionaryPrefsCoding.swift",
        "PrefsCodable Prototypes/RawRepresentablePrefsCoding.swift",
        "PrefsCodable Strategies/Base64StringDataPrefsCoding.swift",
        "PrefsCodable Strategies/BoolIntegerPrefsCoding.swift",
        "PrefsCodable Strategies/BoolStringPrefsCoding.swift",
        "PrefsCodable Strategies/CompressedDataPrefsCoding.swift",
        "PrefsCodable Strategies/ISO8601StringDatePrefsCoding.swift",
        "PrefsCodable Strategies/IntegerPrefsCoding.swift",
        "PrefsCodable Strategies/IntegerStringPrefsCoding.swift",
        "PrefsCodable Strategies/URLStringPrefsCoding.swift",
        "PrefsCodable/Atomic/AtomicPrefsCodable.swift",
        "PrefsCodable/Codable/CodablePrefsCodable.swift",
        "PrefsCodable/Codable/JSON/JSONDataCodablePrefsCodable.swift",
        "PrefsCodable/Codable/JSON/JSONStringCodablePrefsCodable.swift",
        "PrefsCodable/PrefsCodable.swift",
        "PrefsCodable/RawRepresentable/PrefsCodable+RawRepresentable.swift",
        "PrefsCodable/RawRepresentable/RawRepresentablePrefsCodable.swift",
        "PrefsKey Prototypes/PrefsKey Prototypes.swift",
        "PrefsKey/DefaultedPrefsKey.swift",
        "PrefsKey/PrefsKey.swift",
        "PrefsSchema/AnyPrefsSchema.swift",
        "PrefsSchema/PrefsSchema.swift",
        "PrefsSchema/PropertyWrappers/PrefsStorageModeWrapper.swift",
        "PrefsSchema/PropertyWrappers/PrefsStorageWrapper.swift",
        "PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageExportable.swift",
        "PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageImportable.swift",
        "PrefsStorage Prototypes/AnyPrefsStorage.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageExportable.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageImportable.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageInitializable.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageExportable.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageImportable.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage+Utilities.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage.swift",
        "PrefsStorage Traits Prototypes/JSON/JSON Utilities.swift",
        "PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageExportFormat.swift",
        "PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageImportFormat.swift",
        "PrefsStorage Traits Prototypes/PList/PList Utilities.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportFormat.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportStrategy.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportFormat.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportFormat/PrefsStorageExportFormat.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageExportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageMappingExportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStoragePassthroughExportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportable.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportFormat/PrefsStorageImportFormat.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageMappingImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStoragePassthroughImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageTypedImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportable.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageUpdateStrategy.swift",
        "PrefsStorage Traits/PrefsStorageInitializable/PrefsStorageInitializable.swift",
        "PrefsStorage/PrefsStorage+DefaultedPrefsKey.swift",
        "PrefsStorage/PrefsStorage+PrefsCodable.swift",
        "PrefsStorage/PrefsStorage+PrefsKey.swift",
        "PrefsStorage/PrefsStorage+Static.swift",
        "PrefsStorage/PrefsStorage.swift",
        "PrefsStorage/PrefsStorageError.swift",
        "PrefsStorage/PrefsStorageMode.swift",
        "PrefsStorageValue/PrefsStorageValue Types.swift",
        "PrefsStorageValue/PrefsStorageValue.swift",
        "Utilities/Concurrency.swift",
        "Utilities/NSNumber.swift",
        "Utilities/Outsourced/UserDefaults Outsourced.swift",
        "Utilities/UserDefaults.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPrefsMacrosImplementation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsMacrosImplementation",
      "path" : "Sources/SwiftPrefsMacrosImplementation",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsCore",
        "SwiftPrefsUI",
        "SwiftPrefsMacrosImplementation"
      ],
      "sources" : [
        "PrefMacro/AtomicPrefMacro.swift",
        "PrefMacro/CodingPrefMacro.swift",
        "PrefMacro/InlinePrefMacro.swift",
        "PrefMacro/JSONDataCodablePrefMacro.swift",
        "PrefMacro/JSONStringCodablePrefMacro.swift",
        "PrefMacro/PrefMacro.swift",
        "PrefMacro/PrefMacroError.swift",
        "PrefMacro/RawRepresentablePrefMacro.swift",
        "PrefsSchemaMacro/PrefsSchemaMacro.swift",
        "PrefsSchemaMacro/PrefsSchemaMacroError.swift",
        "RawPrefMacro/RawPrefMacro.swift",
        "Support/Internal Types.swift",
        "Support/PrefMacroUtils.swift",
        "SwiftPrefsMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftPrefsCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsCoreTests",
      "path" : "Tests/SwiftPrefsCoreTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ActorTests.swift",
        "ChainingEncodingStrategiesTests.swift",
        "CodableArrayTests.swift",
        "CodableDictionaryTests.swift",
        "CustomEncodingTests.swift",
        "MacroTests.swift",
        "PrefsCodable Strategies/Base64StringDataPrefsCodingTests.swift",
        "PrefsCodable Strategies/BoolIntegerPrefCodingTests.swift",
        "PrefsCodable Strategies/BoolStringPrefsCodingTests.swift",
        "PrefsCodable Strategies/CompressedDataPrefsCodingTests.swift",
        "PrefsCodable Strategies/ISO8601StringDatePrefsCodingTests.swift",
        "PrefsCodable Strategies/IntegerPrefsCodingTests.swift",
        "PrefsCodable Strategies/IntegerStringPrefsCodingTests.swift",
        "PrefsCodable Strategies/URLStringPrefsCodingTests.swift",
        "PrefsSchemaPrefsStorageTests.swift",
        "RawPrefsKeyTests.swift",
        "RawRepresentableArrayTests.swift",
        "RawRepresentableDictionaryTests.swift",
        "UserDefaultsPrefsSchemaTests.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsCore",
        "SwiftPrefsMacrosImplementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPrefsCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsCore",
      "path" : "Sources/SwiftPrefsCore",
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsCore",
        "SwiftPrefsUI"
      ],
      "sources" : [
        "Macro Declarations.swift",
        "SwiftPrefsCore.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsTypes",
        "SwiftPrefsMacrosImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPrefs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefs",
      "path" : "Sources/SwiftPrefs",
      "product_memberships" : [
        "SwiftPrefs"
      ],
      "sources" : [
        "SwiftPrefs.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsCore",
        "SwiftPrefsUI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/27] Write sources
[23/27] Write swift-version-2F0A5646E1D333AE.txt
[25/181] Emitting module SwiftSyntax602
[26/181] Compiling SwiftSyntax602 Empty.swift
[27/181] Emitting module SwiftSyntax509
[28/181] Compiling SwiftSyntax509 Empty.swift
[29/181] Compiling SwiftSyntax600 Empty.swift
[30/181] Emitting module SwiftSyntax510
[31/181] Emitting module SwiftSyntax600
[32/181] Compiling SwiftSyntax510 Empty.swift
[33/181] Emitting module SwiftSyntax601
[34/181] Compiling SwiftSyntax601 Empty.swift
[34/181] Compiling _SwiftSyntaxCShims PlatformMutex.c
[36/245] Compiling SwiftSyntax AbsolutePosition.swift
[37/245] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/245] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[39/245] Compiling SwiftSyntax Assert.swift
[40/245] Compiling SwiftSyntax BumpPtrAllocator.swift
[41/245] Compiling SwiftSyntax CommonAncestor.swift
[42/245] Compiling SwiftSyntax Convenience.swift
[43/252] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[44/252] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[45/252] Compiling SwiftSyntax RawSyntaxTokenView.swift
[46/252] Compiling SwiftSyntax SourceEdit.swift
[47/252] Compiling SwiftSyntax SourceLength.swift
[48/252] Compiling SwiftSyntax SourceLocation.swift
[49/252] Compiling SwiftSyntax SourcePresence.swift
[50/252] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[51/252] Compiling SwiftSyntax Syntax.swift
[52/252] Compiling SwiftSyntax SyntaxChildren.swift
[53/252] Compiling SwiftSyntax SyntaxCollection.swift
[54/252] Compiling SwiftSyntax SyntaxHashable.swift
[55/252] Compiling SwiftSyntax SyntaxIdentifier.swift
[56/252] Compiling SwiftSyntax SyntaxNodeStructure.swift
[57/252] Emitting module SwiftPrefsTypes
[59/266] Compiling SwiftSyntax TokenSequence.swift
[60/266] Compiling SwiftSyntax TokenSyntax.swift
[61/266] Compiling SwiftSyntax Trivia.swift
[62/266] Compiling SwiftSyntax Tokens.swift
[63/266] Compiling SwiftSyntax TriviaPieces.swift
[64/266] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[65/266] Compiling SwiftSyntax RawSyntaxNodesC.swift
[66/266] Compiling SwiftSyntax RawSyntaxNodesD.swift
[67/266] Compiling SwiftSyntax MemoryLayout.swift
[68/266] Compiling SwiftSyntax MissingNodeInitializers.swift
[69/266] Compiling SwiftSyntax RawSyntax.swift
[70/266] Compiling SwiftSyntax RawSyntaxArena.swift
[71/266] Compiling SwiftSyntax SyntaxProtocol.swift
[72/266] Compiling SwiftSyntax SyntaxText.swift
[73/266] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[74/266] Compiling SwiftSyntax TokenDiagnostic.swift
[75/266] Compiling SwiftPrefsTypes PrefsStorageMode.swift
[76/266] Compiling SwiftPrefsTypes PrefsStorageValue Types.swift
[77/266] Compiling SwiftPrefsTypes PrefsStorageValue.swift
[78/266] Compiling SwiftPrefsTypes Concurrency.swift
[79/266] Compiling SwiftPrefsTypes NSNumber.swift
[80/266] Compiling SwiftPrefsTypes UserDefaults Outsourced.swift
[81/266] Compiling SwiftPrefsTypes UserDefaults.swift
[82/266] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[83/266] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[91/266] Compiling SwiftSyntax Utils.swift
[92/266] Compiling SwiftSyntax ChildNameForKeyPath.swift
[93/266] Compiling SwiftSyntax Keyword.swift
[94/266] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[95/266] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[96/266] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[97/266] Compiling SwiftSyntax SyntaxBaseNodes.swift
[98/266] Compiling SwiftSyntax SyntaxNodesEF.swift
[99/266] Compiling SwiftSyntax SyntaxNodesGHI.swift
[100/266] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[101/266] Compiling SwiftSyntax SyntaxNodesOP.swift
[102/266] Compiling SwiftSyntax SyntaxNodesQRS.swift
[103/266] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[104/266] Compiling SwiftPrefsTypes PrefsStorageError.swift
[105/266] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[106/266] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[107/266] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[108/266] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[109/266] Compiling SwiftSyntax RawSyntaxValidation.swift
[110/266] Compiling SwiftSyntax SyntaxNodesAB.swift
[111/266] Compiling SwiftSyntax SyntaxNodesC.swift
[112/266] Compiling SwiftSyntax SyntaxNodesD.swift
[134/266] Compiling SwiftSyntax CustomTraits.swift
[135/266] Compiling SwiftSyntax EditorPlaceholder.swift
[136/266] Compiling SwiftSyntax Identifier.swift
[137/266] Compiling SwiftSyntax SyntaxCollections.swift
[138/266] Compiling SwiftSyntax SyntaxEnum.swift
[139/266] Compiling SwiftSyntax SyntaxKind.swift
[140/266] Compiling SwiftSyntax SyntaxRewriter.swift
[141/266] Compiling SwiftSyntax SyntaxTraits.swift
[142/266] Compiling SwiftSyntax SyntaxVisitor.swift
[143/266] Compiling SwiftSyntax TokenKind.swift
[229/266] Emitting module SwiftSyntax
[265/326] Compiling SwiftDiagnostics Message.swift
[266/327] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[267/327] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[268/327] Compiling SwiftDiagnostics Note.swift
[269/327] Compiling SwiftBasicFormat Syntax+Extensions.swift
[270/327] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[271/327] Compiling SwiftDiagnostics FixIt.swift
[272/327] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[273/327] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[274/327] Compiling SwiftDiagnostics Diagnostic.swift
[275/327] Compiling SwiftDiagnostics Convenience.swift
[276/327] Emitting module SwiftDiagnostics
[277/327] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[278/327] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[279/327] Emitting module SwiftBasicFormat
[280/327] Compiling SwiftBasicFormat Indenter.swift
[281/327] Compiling SwiftBasicFormat BasicFormat.swift
[282/327] Compiling SwiftBasicFormat InferIndentation.swift
[283/327] Compiling SwiftParser RegexLiteralLexer.swift
[284/327] Compiling SwiftParser UnicodeScalarExtensions.swift
[285/327] Compiling SwiftParser Lookahead.swift
[286/327] Compiling SwiftParser LoopProgressCondition.swift
[287/327] Compiling SwiftParser Modifiers.swift
[288/331] Emitting module SwiftParser
[289/331] Compiling SwiftParser TokenConsumer.swift
[290/331] Compiling SwiftParser TokenPrecedence.swift
[291/331] Compiling SwiftParser TokenSpec.swift
[292/331] Compiling SwiftParser TokenSpecSet.swift
[293/331] Compiling SwiftParser StringLiterals.swift
[294/331] Compiling SwiftParser SwiftParserCompatibility.swift
[295/331] Compiling SwiftParser SwiftVersion.swift
[296/331] Compiling SwiftParser SyntaxUtils.swift
[297/331] Compiling SwiftParser TopLevel.swift
[298/331] Compiling SwiftParser TriviaParser.swift
[299/331] Compiling SwiftParser Types.swift
[300/331] Compiling SwiftParser ExperimentalFeatures.swift
[301/331] Compiling SwiftParser Patterns.swift
[302/331] Compiling SwiftParser Recovery.swift
[303/331] Compiling SwiftParser Specifiers.swift
[304/331] Compiling SwiftParser Statements.swift
[305/331] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[306/331] Compiling SwiftParser Attributes.swift
[307/331] Compiling SwiftParser Availability.swift
[308/331] Compiling SwiftParser CharacterInfo.swift
[309/331] Compiling SwiftParser CollectionNodes+Parsable.swift
[310/331] Compiling SwiftParser CompilerFiles.swift
[311/331] Compiling SwiftParser Names.swift
[312/331] Compiling SwiftParser Nominals.swift
[313/331] Compiling SwiftParser Parameters.swift
[314/331] Compiling SwiftParser ParseSourceFile.swift
[315/331] Compiling SwiftParser Parser.swift
[316/331] Compiling SwiftParser IsValidIdentifier.swift
[317/331] Compiling SwiftParser Cursor.swift
[318/331] Compiling SwiftParser Lexeme.swift
[319/331] Compiling SwiftParser LexemeSequence.swift
[320/331] Compiling SwiftParser Lexer.swift
[321/331] Compiling SwiftParser Declarations.swift
[322/331] Compiling SwiftParser Directives.swift
[323/331] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[324/331] Compiling SwiftParser Expressions.swift
[325/331] Compiling SwiftParser IncrementalParseTransition.swift
[326/331] Compiling SwiftParser IsLexerClassified.swift
[327/331] Compiling SwiftParser LayoutNodes+Parsable.swift
[328/331] Compiling SwiftParser Parser+TokenSpecSet.swift
[329/331] Compiling SwiftParser TokenSpecStaticMembers.swift
[330/354] Compiling SwiftOperators PrecedenceGroup.swift
[331/355] Compiling SwiftOperators OperatorTable.swift
[332/355] Compiling SwiftOperators PrecedenceGraph.swift
[333/355] Compiling SwiftOperators OperatorTable+Defaults.swift
[334/355] Compiling SwiftOperators Operator.swift
[335/355] Compiling SwiftOperators OperatorError+Diagnostics.swift
[336/355] Compiling SwiftOperators OperatorTable+Semantics.swift
[337/355] Compiling SwiftOperators OperatorError.swift
[338/355] Compiling SwiftOperators OperatorTable+Folding.swift
[339/355] Emitting module SwiftOperators
[340/355] Compiling SwiftOperators SyntaxSynthesis.swift
[341/355] Compiling SwiftParserDiagnostics Utils.swift
[342/355] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[343/355] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[344/355] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[345/355] Compiling SwiftParserDiagnostics PresenceUtils.swift
[346/356] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[347/356] Emitting module SwiftParserDiagnostics
[348/356] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[349/356] Compiling SwiftParserDiagnostics MissingNodesError.swift
[350/356] Compiling SwiftParserDiagnostics MissingTokenError.swift
[351/356] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[352/356] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[353/356] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[354/356] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[355/371] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[356/371] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[357/371] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[358/371] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[359/371] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[360/371] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[361/371] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[362/371] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[363/372] Compiling SwiftSyntaxBuilder Indenter.swift
[364/372] Compiling SwiftSyntaxBuilder ListBuilder.swift
[365/372] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[366/372] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[367/372] Emitting module SwiftSyntaxBuilder
[368/372] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[369/372] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[370/372] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[371/390] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[372/390] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[373/391] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[374/391] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[375/391] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[376/391] Compiling SwiftSyntaxMacros AccessorMacro.swift
[377/391] Compiling SwiftSyntaxMacros AttachedMacro.swift
[378/391] Compiling SwiftSyntaxMacros BodyMacro.swift
[379/391] Compiling SwiftSyntaxMacros MemberMacro.swift
[380/391] Compiling SwiftSyntaxMacros PeerMacro.swift
[381/391] Compiling SwiftSyntaxMacros PreambleMacro.swift
[382/391] Compiling SwiftSyntaxMacros Macro.swift
[383/391] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[384/391] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[385/391] Compiling SwiftSyntaxMacros Macro+Format.swift
[386/391] Emitting module SwiftSyntaxMacros
[387/391] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[388/391] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[389/391] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[390/401] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[391/401] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[392/401] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[393/401] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[394/401] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[395/401] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[396/401] Emitting module SwiftSyntaxMacroExpansion
[397/401] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[398/401] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[399/401] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[400/413] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[401/413] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[402/413] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[403/414] Emitting module SwiftCompilerPluginMessageHandling
[404/414] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[405/414] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[406/414] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[407/414] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[408/414] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[409/414] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[410/414] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[411/414] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[412/414] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[413/416] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[414/416] Emitting module SwiftCompilerPlugin
[415/430] Compiling SwiftPrefsMacrosImplementation PrefMacroUtils.swift
[416/430] Compiling SwiftPrefsMacrosImplementation PrefsSchemaMacroError.swift
[417/431] Compiling SwiftPrefsMacrosImplementation PrefMacroError.swift
[418/431] Compiling SwiftPrefsMacrosImplementation RawRepresentablePrefMacro.swift
[419/431] Compiling SwiftPrefsMacrosImplementation Internal Types.swift
[420/431] Compiling SwiftPrefsMacrosImplementation PrefsSchemaMacro.swift
[421/431] Compiling SwiftPrefsMacrosImplementation InlinePrefMacro.swift
[422/431] Compiling SwiftPrefsMacrosImplementation JSONDataCodablePrefMacro.swift
[423/431] Compiling SwiftPrefsMacrosImplementation AtomicPrefMacro.swift
[424/431] Compiling SwiftPrefsMacrosImplementation CodingPrefMacro.swift
[425/431] Compiling SwiftPrefsMacrosImplementation JSONStringCodablePrefMacro.swift
[426/431] Compiling SwiftPrefsMacrosImplementation PrefMacro.swift
[427/431] Emitting module SwiftPrefsMacrosImplementation
[428/431] Compiling SwiftPrefsMacrosImplementation RawPrefMacro.swift
[429/431] Compiling SwiftPrefsMacrosImplementation SwiftPrefsMacrosPlugin.swift
[429/431] Write Objects.LinkFileList
[430/431] Linking SwiftPrefsMacrosImplementation-tool
[432/437] Compiling SwiftPrefsCore SwiftPrefsCore.swift
[434/437] Emitting module SwiftPrefsCore
[435/437] Compiling SwiftPrefsCore Macro Declarations.swift
[437/437] Emitting module SwiftPrefsCore
[438/443] Compiling SwiftPrefsUI SystemSettings.swift
[439/443] Compiling SwiftPrefsUI SwiftPrefsUI.swift
[440/443] Emitting module SwiftPrefsUI
[441/443] Compiling SwiftPrefsUI MultiplatformSection.swift
[442/443] Compiling SwiftPrefsUI SectionFooterView.swift
[443/443] Compiling SwiftPrefsUI SystemSettings Panel.swift
[444/445] Emitting module SwiftPrefs
[445/445] Compiling SwiftPrefs SwiftPrefs.swift
Build complete! (35.36s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.69s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (5.01s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "99999999.999.999"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-prefs",
  "name" : "swift-prefs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftPrefs",
      "targets" : [
        "SwiftPrefs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPrefsCore",
      "targets" : [
        "SwiftPrefsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPrefsUI",
      "targets" : [
        "SwiftPrefsUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPrefsMacrosImplementation",
      "targets" : [
        "SwiftPrefsMacrosImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftPrefsUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsUI",
      "path" : "Sources/SwiftPrefsUI",
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsUI"
      ],
      "sources" : [
        "MultiplatformSection.swift",
        "SectionFooterView.swift",
        "SwiftPrefsUI.swift",
        "SystemSettings/SystemSettings Panel.swift",
        "SystemSettings/SystemSettings.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPrefsTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsTypesTests",
      "path" : "Tests/SwiftPrefsTypesTests",
      "sources" : [
        "PrefsStorage Traits/PrefsStorageExportableTests.swift",
        "PrefsStorage Traits/PrefsStorageImportableLoadTests.swift",
        "PrefsStorage Traits/PrefsStorageImportableTests.swift",
        "PrefsStorage Traits/PrefsStorageInitializableTests.swift",
        "PrefsStorage/PrefsStorage+Static Tests.swift",
        "PrefsStorage/PrefsStorageArrayTests.swift",
        "PrefsStorage/PrefsStorageDictionaryTests.swift",
        "TestContent/TestContent Basic.swift",
        "TestContent/TestContent.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPrefsTypes",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsTypes",
      "path" : "Sources/SwiftPrefsTypes",
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsCore",
        "SwiftPrefsUI"
      ],
      "sources" : [
        "PrefsCodable Prototypes/AtomicPrefsCoding.swift",
        "PrefsCodable Prototypes/CodableArrayPrefsCoding.swift",
        "PrefsCodable Prototypes/CodableDictionaryPrefsCoding.swift",
        "PrefsCodable Prototypes/CodablePrefsCoding.swift",
        "PrefsCodable Prototypes/JSONDataCodablePrefsCoding.swift",
        "PrefsCodable Prototypes/JSONStringCodablePrefsCoding.swift",
        "PrefsCodable Prototypes/PrefsCoding.swift",
        "PrefsCodable Prototypes/PrefsCodingTuple.swift",
        "PrefsCodable Prototypes/RawRepresentableArrayPrefsCoding.swift",
        "PrefsCodable Prototypes/RawRepresentableDictionaryPrefsCoding.swift",
        "PrefsCodable Prototypes/RawRepresentablePrefsCoding.swift",
        "PrefsCodable Strategies/Base64StringDataPrefsCoding.swift",
        "PrefsCodable Strategies/BoolIntegerPrefsCoding.swift",
        "PrefsCodable Strategies/BoolStringPrefsCoding.swift",
        "PrefsCodable Strategies/CompressedDataPrefsCoding.swift",
        "PrefsCodable Strategies/ISO8601StringDatePrefsCoding.swift",
        "PrefsCodable Strategies/IntegerPrefsCoding.swift",
        "PrefsCodable Strategies/IntegerStringPrefsCoding.swift",
        "PrefsCodable Strategies/URLStringPrefsCoding.swift",
        "PrefsCodable/Atomic/AtomicPrefsCodable.swift",
        "PrefsCodable/Codable/CodablePrefsCodable.swift",
        "PrefsCodable/Codable/JSON/JSONDataCodablePrefsCodable.swift",
        "PrefsCodable/Codable/JSON/JSONStringCodablePrefsCodable.swift",
        "PrefsCodable/PrefsCodable.swift",
        "PrefsCodable/RawRepresentable/PrefsCodable+RawRepresentable.swift",
        "PrefsCodable/RawRepresentable/RawRepresentablePrefsCodable.swift",
        "PrefsKey Prototypes/PrefsKey Prototypes.swift",
        "PrefsKey/DefaultedPrefsKey.swift",
        "PrefsKey/PrefsKey.swift",
        "PrefsSchema/AnyPrefsSchema.swift",
        "PrefsSchema/PrefsSchema.swift",
        "PrefsSchema/PropertyWrappers/PrefsStorageModeWrapper.swift",
        "PrefsSchema/PropertyWrappers/PrefsStorageWrapper.swift",
        "PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageExportable.swift",
        "PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageImportable.swift",
        "PrefsStorage Prototypes/AnyPrefsStorage.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageExportable.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageImportable.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageInitializable.swift",
        "PrefsStorage Prototypes/DictionaryPrefsStorage.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageExportable.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageImportable.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage+Utilities.swift",
        "PrefsStorage Prototypes/UserDefaultsPrefsStorage.swift",
        "PrefsStorage Traits Prototypes/JSON/JSON Utilities.swift",
        "PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageExportFormat.swift",
        "PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageImportFormat.swift",
        "PrefsStorage Traits Prototypes/PList/PList Utilities.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportFormat.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportStrategy.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportFormat.swift",
        "PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportFormat/PrefsStorageExportFormat.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageExportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageMappingExportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStoragePassthroughExportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportable.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportFormat/PrefsStorageImportFormat.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageMappingImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStoragePassthroughImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageTypedImportStrategy.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportable.swift",
        "PrefsStorage Traits/PrefsStorageImportable/PrefsStorageUpdateStrategy.swift",
        "PrefsStorage Traits/PrefsStorageInitializable/PrefsStorageInitializable.swift",
        "PrefsStorage/PrefsStorage+DefaultedPrefsKey.swift",
        "PrefsStorage/PrefsStorage+PrefsCodable.swift",
        "PrefsStorage/PrefsStorage+PrefsKey.swift",
        "PrefsStorage/PrefsStorage+Static.swift",
        "PrefsStorage/PrefsStorage.swift",
        "PrefsStorage/PrefsStorageError.swift",
        "PrefsStorage/PrefsStorageMode.swift",
        "PrefsStorageValue/PrefsStorageValue Types.swift",
        "PrefsStorageValue/PrefsStorageValue.swift",
        "Utilities/Concurrency.swift",
        "Utilities/NSNumber.swift",
        "Utilities/Outsourced/UserDefaults Outsourced.swift",
        "Utilities/UserDefaults.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPrefsMacrosImplementation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsMacrosImplementation",
      "path" : "Sources/SwiftPrefsMacrosImplementation",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsCore",
        "SwiftPrefsUI",
        "SwiftPrefsMacrosImplementation"
      ],
      "sources" : [
        "PrefMacro/AtomicPrefMacro.swift",
        "PrefMacro/CodingPrefMacro.swift",
        "PrefMacro/InlinePrefMacro.swift",
        "PrefMacro/JSONDataCodablePrefMacro.swift",
        "PrefMacro/JSONStringCodablePrefMacro.swift",
        "PrefMacro/PrefMacro.swift",
        "PrefMacro/PrefMacroError.swift",
        "PrefMacro/RawRepresentablePrefMacro.swift",
        "PrefsSchemaMacro/PrefsSchemaMacro.swift",
        "PrefsSchemaMacro/PrefsSchemaMacroError.swift",
        "RawPrefMacro/RawPrefMacro.swift",
        "Support/Internal Types.swift",
        "Support/PrefMacroUtils.swift",
        "SwiftPrefsMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftPrefsCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsCoreTests",
      "path" : "Tests/SwiftPrefsCoreTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ActorTests.swift",
        "ChainingEncodingStrategiesTests.swift",
        "CodableArrayTests.swift",
        "CodableDictionaryTests.swift",
        "CustomEncodingTests.swift",
        "MacroTests.swift",
        "PrefsCodable Strategies/Base64StringDataPrefsCodingTests.swift",
        "PrefsCodable Strategies/BoolIntegerPrefCodingTests.swift",
        "PrefsCodable Strategies/BoolStringPrefsCodingTests.swift",
        "PrefsCodable Strategies/CompressedDataPrefsCodingTests.swift",
        "PrefsCodable Strategies/ISO8601StringDatePrefsCodingTests.swift",
        "PrefsCodable Strategies/IntegerPrefsCodingTests.swift",
        "PrefsCodable Strategies/IntegerStringPrefsCodingTests.swift",
        "PrefsCodable Strategies/URLStringPrefsCodingTests.swift",
        "PrefsSchemaPrefsStorageTests.swift",
        "RawPrefsKeyTests.swift",
        "RawRepresentableArrayTests.swift",
        "RawRepresentableDictionaryTests.swift",
        "UserDefaultsPrefsSchemaTests.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsCore",
        "SwiftPrefsMacrosImplementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPrefsCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefsCore",
      "path" : "Sources/SwiftPrefsCore",
      "product_memberships" : [
        "SwiftPrefs",
        "SwiftPrefsCore",
        "SwiftPrefsUI"
      ],
      "sources" : [
        "Macro Declarations.swift",
        "SwiftPrefsCore.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsTypes",
        "SwiftPrefsMacrosImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPrefs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPrefs",
      "path" : "Sources/SwiftPrefs",
      "product_memberships" : [
        "SwiftPrefs"
      ],
      "sources" : [
        "SwiftPrefs.swift"
      ],
      "target_dependencies" : [
        "SwiftPrefsCore",
        "SwiftPrefsUI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.